all repos — nixfiles @ 486fd3e770609985b16503b531b6ab10cfa1ff40

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

Emacs: switch back to loading sml with req-package

Alan Pearce
commit

486fd3e770609985b16503b531b6ab10cfa1ff40

parent

ebd29a72ca0d8cc6d543c88f3503fcd690d511c9

1 file changed, 5 insertions(+), 7 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -474,13 +474,11 @@
(column-number-mode t) (size-indication-mode t) -(add-to-list - 'after-make-frame-functions - (lambda (&optional x) - (require 'smart-mode-line) - (sml/setup) - (sml/apply-theme 'respectful))) - +(req-package smart-mode-line + :require solarized-theme + :config (progn + (setq sml/theme 'respectful) + (sml/setup))) ;;;; Modes ;;;; systemd files