diff options
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index f8f82d2..0da15cb 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -537,7 +537,20 @@ :require solarized-theme :config (progn (setq sml/theme 'respectful) - (sml/setup))) + (sml/setup) + (setq-default + header-line-format + '("" + (sml/buffer-identification sml/buffer-identification + (:eval + (sml/generate-buffer-identification))) + (vc-mode vc-mode) + " " + sml/pos-id-separator + mode-line-misc-info) + 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)))) ;;;; Modes ;;;; systemd files |