From 43bb79e70893899667ed4d030c456bd077010712 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 11 Apr 2021 16:08:32 +0200 Subject: [PATCH] [Emacs] Better settings for EXWM --- .spacemacs | 2 ++ org/config/emacs.org | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.spacemacs b/.spacemacs index 6d6e789..03487f4 100644 --- a/.spacemacs +++ b/.spacemacs @@ -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 () diff --git a/org/config/emacs.org b/org/config/emacs.org index 7a8fb72..52ef81f 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -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