mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
feat(emacs): display relative line numbers
This commit is contained in:
parent
64e31bd586
commit
1f1a1634cf
@ -64,6 +64,7 @@ Enable line numbers and customize their format.
|
||||
#+begin_src emacs-lisp
|
||||
(column-number-mode)
|
||||
(global-display-line-numbers-mode t)
|
||||
(setq display-line-numbers-type `relative)
|
||||
#+end_src
|
||||
|
||||
** Theme
|
||||
|
Loading…
Reference in New Issue
Block a user