summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
authorAlan Pearce2014-08-01 19:52:55 +0100
committerAlan Pearce2014-08-01 19:52:55 +0100
commit235939fd09edd28086a8eb6f7c980ab4da2df78f (patch)
tree154f370bac142f2d78c348f4387edfa0af000c96 /tag-emacs/emacs.d/init.el
parentf76a7ccbeb66c372eec14bb26b4f5c7c727427c1 (diff)
downloaddotfiles-235939fd09edd28086a8eb6f7c980ab4da2df78f.tar.lz
dotfiles-235939fd09edd28086a8eb6f7c980ab4da2df78f.tar.zst
dotfiles-235939fd09edd28086a8eb6f7c980ab4da2df78f.zip
Emacs: Switch to Leuven theme
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el22
1 files changed, 2 insertions, 20 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 571223e..fdf2574 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -121,8 +121,8 @@
                       '(isearch-abort abort-recursive-edit exit-minibuffer keyboard-quit undo-tree-undo))
           (ding))))
 
-(req-package solarized-theme
-  :config (load-theme 'solarized-light t))
+(req-package leuven-theme
+  :config (load-theme 'leuven t))
 
 (when (or (display-graphic-p)
           (daemonp))
@@ -554,24 +554,6 @@
 (column-number-mode t)
 (size-indication-mode t)
 
-(req-package smart-mode-line
-  :require solarized-theme
-  :config (progn
-            (setq sml/theme 'respectful)
-            (sml/setup)
-            (setq-default
-             header-line-format
-             '(""
-               (sml/buffer-identification sml/buffer-identification
-                                          (:eval
-                                           (sml/generate-buffer-identification))))
-             mode-line-format
-             '("%e" mode-line-front-space mode-line-mule-info mode-line-client mode-line-modified mode-line-auto-compile mode-line-remote mode-line-frame-identification sml/pos-id-separator mode-line-position
-               sml/pre-modes-separator mode-line-modes mode-line-end-spaces
-               (vc-mode vc-mode)
-               " "
-               sml/pos-id-separator
-               mode-line-misc-info))))
 ;;;; Modes
 
 ;;;; systemd files