[Emacs] Disable line numbers

This commit is contained in:
2017-11-14 21:11:52 -08:00
parent 7c74bebbbe
commit 838e48920a

View File

@@ -1074,13 +1074,10 @@ I keep it around just in case I need it.
(column-number-mode t) (column-number-mode t)
#+END_SRC #+END_SRC
*** nlinum *** nlinum
Linum/NLinum can be really slow on large files so it does not make sense to have Disabling line numbers because they are slow as fuck.
it on by default. Its probably safe to turn it on when in a programming mode.
#+BEGIN_SRC emacs-lisp
(global-linum-mode -1)
#+END_SRC
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package nlinum (use-package nlinum
:disabled t
:demand t :demand t
:config :config
(progn (progn