Emacs: Disabling nlinum mode in term no longer necessary

This commit is contained in:
Marcel Kapfer 2019-06-19 10:20:57 +02:00
parent 608f5ce519
commit 7a319c790c
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 0 additions and 2 deletions

View File

@ -1329,8 +1329,6 @@ signature-file is the path to the file which contains the signature."
(ad-activate 'term-sentinel)
(add-hook 'term-mode-hook (lambda ()
;; disable nlinum in shell
(nlinum-mode -1)
;; enable visual line mode
(visual-line-mode 1)))