From 423a7073b002c926a72c9b555c5f5fd8b626cc7e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 31 Jan 2019 17:52:20 +0100 Subject: emacs: don't highlight current line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'emacs/init.org') 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 -- cgit v1.2.3