From 46a0f4c244177501c050078579c1e216db486cf8 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 22 May 2018 21:09:11 +0200 Subject: [PATCH] Emacsd: Disabled nlinum mode by default --- emacs/emacs.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 68542b3..44e476e 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -357,9 +357,7 @@ ;; nlinum ;; Show line numbers in the margin -(use-package nlinum - :config - (global-nlinum-mode t)) +(use-package nlinum) ;; org ;; Outline-based notes management and organizer