diff options
author | 2022-12-24 16:18:54 -0500 | |
---|---|---|
committer | 2022-12-24 16:24:16 -0500 | |
commit | 188c64b591f6341844f4bc6906e8cc9b23ad3b14 (patch) | |
tree | 2bf5c52a6ff44b54a737efd9bd93ddaf705b60fc /.emacs.d/init.el | |
parent | 8c1ecff38afe44dc3abbc340ae10e94e83f106ea (diff) | |
download | configs-188c64b591f6341844f4bc6906e8cc9b23ad3b14.tar.gz configs-188c64b591f6341844f4bc6906e8cc9b23ad3b14.tar.xz configs-188c64b591f6341844f4bc6906e8cc9b23ad3b14.zip |
Switch to EXWM
It's great to be back home again. :-)
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index a04b4c8..8d05845 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -61,7 +61,7 @@ ;; (delight "1.7") ;; (emms "7.7") ;; (rt-liberation "2.4"))) -(package-initialize)) + (package-initialize)) (setq package-archive-upload-base "/ssh:caffeine:~/www/p/elpa") @@ -484,7 +484,8 @@ Effectively a very simple light/dark theme toggle switch." (expand-file-name (convert-standard-filename "lisp") user-emacs-directory)) -;; (require 'bandali-exwm) +(when (member (system-name) '("chaman")) + (require 'bandali-exwm)) (require 'bandali-org) |