projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Switch to EXWM
[~bandali/configs]
/
.emacs.d
/
lisp
/
bandali-theme.el
diff --git
a/.emacs.d/lisp/bandali-theme.el
b/.emacs.d/lisp/bandali-theme.el
index
13929cb
..
63c15d0
100644
(file)
--- a/
.emacs.d/lisp/bandali-theme.el
+++ b/
.emacs.d/lisp/bandali-theme.el
@@
-24,6
+24,7
@@
;;; Code:
;;; Code:
+(add-to-list 'load-path (b/lisp "refinery-theme"))
(with-eval-after-load 'package
(require 'refinery-theme)
(load-theme 'refinery t))
(with-eval-after-load 'package
(require 'refinery-theme)
(load-theme 'refinery t))
@@
-55,13
+56,8
@@
(interactive)
(mapc #'disable-theme custom-enabled-themes)
(load-theme 'refinery t)
(interactive)
(mapc #'disable-theme custom-enabled-themes)
(load-theme 'refinery t)
- (when (featurep 'smart-mode-line)
- (let ((sml/no-confirm-load-theme t))
- (sml/apply-theme 'respectful)))
(font-lock-remove-keywords
'org-mode b/org-mode-font-lock-keywords)
(font-lock-remove-keywords
'org-mode b/org-mode-font-lock-keywords)
- (when (featurep 'erc-hl-nicks)
- (erc-hl-nicks-reset-face-table))
(when (featurep 'exwm-systemtray)
(exwm-systemtray--refresh)))
(when (featurep 'exwm-systemtray)
(exwm-systemtray--refresh)))
@@
-70,13
+66,8
@@
(interactive)
(mapc #'disable-theme custom-enabled-themes)
(load-theme 'refinery-dark t)
(interactive)
(mapc #'disable-theme custom-enabled-themes)
(load-theme 'refinery-dark t)
- (when (featurep 'smart-mode-line)
- (let ((sml/no-confirm-load-theme t))
- (sml/apply-theme 'dark)))
(font-lock-add-keywords
'org-mode b/org-mode-font-lock-keywords t)
(font-lock-add-keywords
'org-mode b/org-mode-font-lock-keywords t)
- (when (featurep 'erc-hl-nicks)
- (erc-hl-nicks-reset-face-table))
(when (featurep 'exwm-systemtray)
(exwm-systemtray--refresh)))
(when (featurep 'exwm-systemtray)
(exwm-systemtray--refresh)))