Emacs: Removed checks for Emacs 26
This commit is contained in:
parent
9b23058122
commit
1e010c5678
1 changed files with 2 additions and 3 deletions
|
@ -119,9 +119,8 @@
|
|||
;; 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))
|
||||
;; Show line numbers
|
||||
(global-display-line-numbers-mode)
|
||||
|
||||
;; replace selected text by typing
|
||||
(delete-selection-mode t)
|
||||
|
|
Loading…
Reference in a new issue