From 7a319c790c75515c2b3d39ab2a1cc887fcd5ae44 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 19 Jun 2019 10:20:57 +0200 Subject: [PATCH] Emacs: Disabling nlinum mode in term no longer necessary --- emacs/emacs.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index b5cfb5e..291fef0 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -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)))