Relative line numbers

This commit is contained in:
outfoxxed 2023-02-05 19:47:14 -08:00
parent bd99b4dd4a
commit e7cbbcbb92
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
;; Show colum number in status bar
(column-number-mode +1)
;; Show line numbers
(global-display-line-numbers-mode +1)
;; Relative line numbers
(setq-default display-line-numbers 'visual)
;; Highlight current line
(global-hl-line-mode +1)