projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
emacs: add and use smart-mode-line-tangomod-theme
[~bandali/configs]
/
.emacs.d
/
init.el
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
68a6049
..
7b8cf94
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-1520,6
+1520,7
@@
This function is intended for use with `ivy-ignore-buffers'."
:commands (sml/apply-theme)
:demand
:config
:commands (sml/apply-theme)
:demand
:config
+ (setq sml/theme 'tangomod)
(sml/setup)
(smart-mode-line-enable))
(sml/setup)
(smart-mode-line-enable))
@@
-1569,7
+1570,7
@@
This function is intended for use with `ivy-ignore-buffers'."
(interactive)
(mapc #'disable-theme custom-enabled-themes)
(load-theme 'tangomod t)
(interactive)
(mapc #'disable-theme custom-enabled-themes)
(load-theme 'tangomod t)
- (sml/apply-theme '
automatic
)
+ (sml/apply-theme '
tangomod
)
(font-lock-remove-keywords
'org-mode b/org-mode-font-lock-keywords))
(font-lock-remove-keywords
'org-mode b/org-mode-font-lock-keywords))