all repos — nixfiles @ 235939fd09edd28086a8eb6f7c980ab4da2df78f

System and user configuration, managed by nix and home-manager

Emacs: Switch to Leuven theme

Alan Pearce
commit

235939fd09edd28086a8eb6f7c980ab4da2df78f

parent

f76a7ccbeb66c372eec14bb26b4f5c7c727427c1

1 file changed, 2 insertions(+), 20 deletions(-)

changed files
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -121,8 +121,8 @@ (unless (memq this-command
'(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