diff options
author | 2019-09-29 12:10:01 -0400 | |
---|---|---|
committer | 2019-09-29 12:10:15 -0400 | |
commit | 0f4b61b6a2164eaa6b7dbcac3eb4752487563895 (patch) | |
tree | 6ea58049279b890343516d087a9f95e04a908203 /.emacs.d/init.el | |
parent | 99eb633906cf72b4f48159eec7e6998c4511c0c0 (diff) | |
download | configs-0f4b61b6a2164eaa6b7dbcac3eb4752487563895.tar.gz configs-0f4b61b6a2164eaa6b7dbcac3eb4752487563895.tar.xz configs-0f4b61b6a2164eaa6b7dbcac3eb4752487563895.zip |
emacs: add and use smart-mode-line-tangomod-theme
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 68a6049..7b8cf94 100644 --- 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 + (setq sml/theme 'tangomod) (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) - (sml/apply-theme 'automatic) + (sml/apply-theme 'tangomod) (font-lock-remove-keywords 'org-mode b/org-mode-font-lock-keywords)) |