diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-03-13 10:59:34 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-03-13 10:59:34 +0800 |
commit | 216531d5db546c2eefd81fbd23c2deae82e8c8b5 (patch) | |
tree | 732e5b6224341e435cf79b30e33168d6f59867dd /_emacs.d | |
parent | afe4761023215da107f9f24cffb8d2798bcaa466 (diff) | |
download | dotfiles-216531d5db546c2eefd81fbd23c2deae82e8c8b5.tar.bz2 |
_emacs.d/personal/30-linum.el: adjust linum format
Diffstat (limited to '_emacs.d')
-rw-r--r-- | _emacs.d/personal/30-linum.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_emacs.d/personal/30-linum.el b/_emacs.d/personal/30-linum.el index 48166b8..cba26b8 100644 --- a/_emacs.d/personal/30-linum.el +++ b/_emacs.d/personal/30-linum.el @@ -19,6 +19,9 @@ ;; Turn on `linum-mode' globally (global-linum-mode t) +;; Separte line numbers from text +(setq linum-format "%4d\u2502") + ;; Inhibit `linum-mode' for following specified modes (setq linum-mode-inhibit-modes-list '(eshell-mode shell-mode |