Emacsd: Disabled nlinum mode by default
This commit is contained in:
parent
e054474855
commit
46a0f4c244
1 changed files with 1 additions and 3 deletions
|
@ -357,9 +357,7 @@
|
||||||
|
|
||||||
;; nlinum
|
;; nlinum
|
||||||
;; Show line numbers in the margin
|
;; Show line numbers in the margin
|
||||||
(use-package nlinum
|
(use-package nlinum)
|
||||||
:config
|
|
||||||
(global-nlinum-mode t))
|
|
||||||
|
|
||||||
;; org
|
;; org
|
||||||
;; Outline-based notes management and organizer
|
;; Outline-based notes management and organizer
|
||||||
|
|
Loading…
Reference in a new issue