Emacs: Display visual relative line numbers

master
Pierre Neidhardt 2018-05-03 07:36:57 +02:00
parent 03bc7e2b13
commit 6a4266ed2e
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
(if (>= emacs-major-version 26)
(add-hook hook 'display-line-numbers-mode)
(add-hook hook 'linum-mode)))
(setq display-line-numbers-type 'relative)
(setq display-line-numbers-type 'visual)
;;; Emacs-nox does not display a fringe after the linum: Setting linum-format in
;;; linum-before-numbering-hook is not the right approach as it will change the
;;; type of linum-format in the middle. See linum-update-window.