Emacsd: Disabled nlinum mode by default

This commit is contained in:
Marcel Kapfer 2018-05-22 21:09:11 +02:00
parent e054474855
commit 46a0f4c244
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 3 deletions

View File

@ -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