diff options
author | Alan Pearce | 2014-08-01 17:36:17 +0100 |
---|---|---|
committer | Alan Pearce | 2014-08-01 17:36:17 +0100 |
commit | f76a7ccbeb66c372eec14bb26b4f5c7c727427c1 (patch) | |
tree | 16b1070a6200f7a1c3a55bfb1b20dddae09d5e79 /tag-emacs/emacs.d/init.el | |
parent | 7be6383e4cec5a4162c495a90b326d3be47ad354 (diff) | |
download | nixfiles-f76a7ccbeb66c372eec14bb26b4f5c7c727427c1.tar.lz nixfiles-f76a7ccbeb66c372eec14bb26b4f5c7c727427c1.tar.zst nixfiles-f76a7ccbeb66c372eec14bb26b4f5c7c727427c1.zip |
Emacs: Move vc and misc info back to mode line
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 617f61ae..571223e7 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -564,14 +564,14 @@ '("" (sml/buffer-identification sml/buffer-identification (:eval - (sml/generate-buffer-identification))) + (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) - 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)))) + mode-line-misc-info)))) ;;;; Modes ;;;; systemd files |