diff options
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.org | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emacs/init.org b/emacs/init.org index e9d0a9b..5ff8fcc 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -190,8 +190,7 @@ Highlight the current line: #+BEGIN_SRC elisp (use-package hl-line - :config - (global-hl-line-mode +1)) + :ensure t) #+END_SRC ** Basic editing configuration @@ -233,7 +232,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 |
