[Emacs] Better settings for EXWM

This commit is contained in:
2021-04-11 16:08:32 +02:00
parent 7f05c46ebc
commit 43bb79e708
2 changed files with 4 additions and 1 deletions

View File

@@ -77,6 +77,8 @@ This function is called at the very end of Spacemacs startup, after layer
configuration.
Put your configuration code here, except for variables that should be set
before packages are loaded."
(require 'exwm)
(exwm-enable)
(load phundrak--dotspacemacs-uc))
(defun dotspacemacs/emacs-custom-settings ()