From de083dabdffaf1fa66335b9be1c1cbcb1ef3bbb9 Mon Sep 17 00:00:00 2001 From: Curt Spark Date: Tue, 23 Mar 2021 13:45:07 +0000 Subject: [PATCH] Disable EXWM, switch to stumpwm --- config.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.org b/config.org index ffc6cce..da921ca 100644 --- a/config.org +++ b/config.org @@ -739,15 +739,15 @@ For more information on setup, you should check out `https://github.com/ch11ng/e Install the package, enable it and ensure that it always is installed, and then configure: *** EXWM -#+BEGIN_SRC emacs-lisp ++BEGIN_SRC emacs-lisp (use-package exwm :ensure t :config (require 'exwm-config) (exwm-config-default)) -#+END_SRC ++END_SRC **** Configuration -#+BEGIN_SRC emacs-lisp ++BEGIN_SRC emacs-lisp ;; Systemtray (require 'exwm-systemtray) (exwm-systemtray-enable) @@ -875,7 +875,7 @@ Install the package, enable it and ensure that it always is installed, and then ;; Ido mode seems to be enabled in the default configuration, turn it back off as we are using Ivy completion instead. (ido-mode -1) -#+END_SRC ++END_SRC *** Counsel Linux Application