diff options
Diffstat (limited to 'emacs/init.org')
| -rw-r--r-- | emacs/init.org | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/emacs/init.org b/emacs/init.org index 36d4191..66e8a73 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -186,13 +186,6 @@ Relative line numbers support is builtin since GNU Emacs 26.1: (global-set-key (kbd "C-c L") 'display-line-numbers-mode))) #+END_SRC -Highlight the current line: - -#+BEGIN_SRC elisp -(use-package hl-line - :ensure t) -#+END_SRC - ** Basic editing configuration Use UTF-8 *always*. @@ -232,7 +225,7 @@ Some editing tweaks like tabs vs spaces, maximum column width, etc. ;; Cursor (blink-cursor-mode 0) - (global-hl-line-mode +1) + (global-hl-line-mode -1) (show-paren-mode 1) #+END_SRC |
