summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp/bandali-theme.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-10-06 14:49:08 -0400
committerAmin Bandali <bandali@gnu.org>2020-10-06 14:49:08 -0400
commit709d80e4e6beb80132609ec06401f3f84bf9074c (patch)
tree94e3cea55cdc99413f2845800b3a0d35ca296286 /.emacs.d/lisp/bandali-theme.el
parentca3a844af240ca87882522d14b530e0f1a6327ef (diff)
downloadconfigs-709d80e4e6beb80132609ec06401f3f84bf9074c.tar.gz
configs-709d80e4e6beb80132609ec06401f3f84bf9074c.tar.xz
configs-709d80e4e6beb80132609ec06401f3f84bf9074c.zip
Remove some vestigial stuff
Diffstat (limited to '')
-rw-r--r--.emacs.d/lisp/bandali-theme.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/.emacs.d/lisp/bandali-theme.el b/.emacs.d/lisp/bandali-theme.el
index 13929cb..c63234a 100644
--- a/.emacs.d/lisp/bandali-theme.el
+++ b/.emacs.d/lisp/bandali-theme.el
@@ -55,13 +55,8 @@
(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)
- (when (featurep 'erc-hl-nicks)
- (erc-hl-nicks-reset-face-table))
(when (featurep 'exwm-systemtray)
(exwm-systemtray--refresh)))
@@ -70,13 +65,8 @@
(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)
- (when (featurep 'erc-hl-nicks)
- (erc-hl-nicks-reset-face-table))
(when (featurep 'exwm-systemtray)
(exwm-systemtray--refresh)))