[Emacs] Better settings for EXWM
This commit is contained in:
parent
7f05c46ebc
commit
43bb79e708
@ -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 ()
|
||||
|
@ -611,6 +611,8 @@ tools.
|
||||
conlanging
|
||||
(exwm :variables
|
||||
exwm-enable-systray t
|
||||
exwm-custom-init (lambda ()
|
||||
(exwm/autostart-process "autostart"))
|
||||
exwm-locking-command "plock")
|
||||
#+END_SRC
|
||||
|
||||
@ -1421,7 +1423,6 @@ Then, I want a couple of requires:
|
||||
(require 'ox-latex)
|
||||
(require 'ox-publish)
|
||||
(require 'tramp)
|
||||
(require 'exwm)
|
||||
#+END_SRC
|
||||
|
||||
* User Configuration
|
||||
|
Loading…
Reference in New Issue
Block a user