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
|
;; Highlight the current line
|
||||||
(global-hl-line-mode t)
|
(global-hl-line-mode t)
|
||||||
|
|
||||||
;; Show line numbers on Emacs 26 and later
|
;; Show line numbers
|
||||||
(when (version<= "26.0.50" emacs-version)
|
(global-display-line-numbers-mode)
|
||||||
(global-display-line-numbers-mode))
|
|
||||||
|
|
||||||
;; replace selected text by typing
|
;; replace selected text by typing
|
||||||
(delete-selection-mode t)
|
(delete-selection-mode t)
|
||||||
|
|
Loading…
Reference in a new issue