diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 0f3b1c76..14dfb74d 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1074,13 +1074,10 @@ I keep it around just in case I need it. (column-number-mode t) #+END_SRC *** nlinum -Linum/NLinum can be really slow on large files so it does not make sense to have -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 +Disabling line numbers because they are slow as fuck. #+BEGIN_SRC emacs-lisp (use-package nlinum + :disabled t :demand t :config (progn