Emacs: Disabling nlinum mode in term no longer necessary
This commit is contained in:
parent
608f5ce519
commit
7a319c790c
1 changed files with 0 additions and 2 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue