Emacs: Removed checks for Emacs 26

This commit is contained in:
Marcel Kapfer 2019-08-26 17:22:43 +02:00
parent 9b23058122
commit 1e010c5678
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 3 deletions

View File

@ -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)