Emacs: show line numbers on 26 and later
This commit is contained in:
parent
59b3a3190c
commit
940998796a
1 changed files with 4 additions and 0 deletions
|
@ -115,6 +115,10 @@
|
|||
;; Highlight the current line
|
||||
(global-hl-line-mode t)
|
||||
|
||||
;; Show line numbers on Emacs 26 and later
|
||||
(when (version<= "26.0.50" emacs-version)
|
||||
(global-display-line-numbers-mode))
|
||||
|
||||
;; replace selected text by typing
|
||||
(delete-selection-mode t)
|
||||
|
||||
|
|
Loading…
Reference in a new issue