From e4f98a759cf4a0d7084d1a6246885e23b27ddff7 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 31 Jan 2019 14:27:43 +0100 Subject: emacs: ensure that global-hl-line-mode is enabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 5 ++--- 1 file 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 -- cgit v1.2.3