diff --git a/lisp/mitch-defuns.el b/lisp/mitch-defuns.el index f838f00..8f95e20 100644 --- a/lisp/mitch-defuns.el +++ b/lisp/mitch-defuns.el @@ -148,7 +148,11 @@ For use in hooks." (if (fboundp #'linum-mode) (linum-mode -1)) (if (fboundp #'linum-relative-mode) - (linum-relative-mode -1))) + (linum-relative-mode -1)) + (if (fboundp #'nlinum-mode) + (nlinum-mode -1)) + (if (fboundp #'nlinum-relative-mode) + (nlinum-relative-mode -1))) (defun mitch/terminal-setup () "A batch of commands to run when opening anything that looks like a terminal.