diff options
author | 2020-10-12 10:59:22 -0400 | |
---|---|---|
committer | 2020-10-12 11:03:44 -0400 | |
commit | 1f5c92ffb2a1c3cb52b01195e664876be7b69047 (patch) | |
tree | cb8a97384a4c5889ea9086f09850567e0da92420 /.emacs.d/lisp/bandali-theme.el | |
parent | 5fc03b0db7cb90e19ae72ff34b2651555d8f1ad7 (diff) | |
download | configs-1f5c92ffb2a1c3cb52b01195e664876be7b69047.tar.gz configs-1f5c92ffb2a1c3cb52b01195e664876be7b69047.tar.xz configs-1f5c92ffb2a1c3cb52b01195e664876be7b69047.zip |
Switch to EXWM
(langa runs Parabola GNU/Linux-libre)
Diffstat (limited to '.emacs.d/lisp/bandali-theme.el')
-rw-r--r-- | .emacs.d/lisp/bandali-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/bandali-theme.el b/.emacs.d/lisp/bandali-theme.el index c63234a..63c15d0 100644 --- a/.emacs.d/lisp/bandali-theme.el +++ b/.emacs.d/lisp/bandali-theme.el @@ -24,6 +24,7 @@ ;;; Code: +(add-to-list 'load-path (b/lisp "refinery-theme")) (with-eval-after-load 'package (require 'refinery-theme) (load-theme 'refinery t)) |