summaryrefslogtreecommitdiffstats
path: root/lisp/bandali-theme.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-04-25 13:20:21 -0400
committerAmin Bandali <bandali@gnu.org>2020-04-25 13:23:54 -0400
commit8146824a5a0175e7e51e5cba82ef88cf105ef50d (patch)
treed9e85f32031ae6322f04795773cbe53ad3a5798e /lisp/bandali-theme.el
parent0a4ef723f624951b16271426d4eedafff15e6f15 (diff)
downloadconfigs-8146824a5a0175e7e51e5cba82ef88cf105ef50d.tar.gz
configs-8146824a5a0175e7e51e5cba82ef88cf105ef50d.tar.xz
configs-8146824a5a0175e7e51e5cba82ef88cf105ef50d.zip
Update refinery-theme to v0.1.1
* lisp/bandali-theme.el: (setq sml/theme 'respectful). * lisp/smart-mode-line-bandali-theme.el, * lisp/tangomod-theme.el: Delete.
Diffstat (limited to 'lisp/bandali-theme.el')
-rw-r--r--lisp/bandali-theme.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/bandali-theme.el b/lisp/bandali-theme.el
index 2266723..87fc231 100644
--- a/lisp/bandali-theme.el
+++ b/lisp/bandali-theme.el
@@ -24,11 +24,6 @@
;;; Code:
-(add-to-list
- 'custom-theme-load-path
- (expand-file-name
- (convert-standard-filename "lisp") user-emacs-directory))
-
(use-package refinery-theme
:demand
:config
@@ -40,7 +35,7 @@
:config
;; thanks, but no thnaks; don't make fixed-width fills.
(defun sml/fill-for-buffer-identification () "")
- (setq sml/theme 'bandali)
+ (setq sml/theme 'respectful)
(sml/setup)
(smart-mode-line-enable))