diff options
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/init.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 975d314..381bcef 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -416,6 +416,13 @@ for all frames." (add-to-list 'load-path (b/emacs.d "lisp")) +(when (member (system-name) '("adelita")) + (add-to-list 'load-path (b/emacs.d "lisp/xelb")) + (add-to-list 'load-path (b/emacs.d "lisp/exwm")) + (require 'exwm) + (require 'exwm-config) + (exwm-config-example)) + ;; recently opened files (run-with-idle-timer 0.2 nil #'require 'recentf) (with-eval-after-load 'recentf |