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
@ -62,8 +62,9 @@
|
|||||||
|
|
||||||
Enable line numbers and customize their format.
|
Enable line numbers and customize their format.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(column-number-mode)
|
(column-number-mode)
|
||||||
(global-display-line-numbers-mode t)
|
(global-display-line-numbers-mode t)
|
||||||
|
(setq display-line-numbers-type `relative)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Theme
|
** Theme
|
||||||
|
Loading…
Reference in New Issue
Block a user