From e33b29f366607fc50fb7f693dd613ec1a29378f9 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 15 Apr 2020 21:02:14 +0200 Subject: [PATCH] Always highlight current line --- config.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.org b/config.org index 13eca61..b3326db 100644 --- a/config.org +++ b/config.org @@ -5,6 +5,7 @@ - [[#theme][Theme]] - [[#line-numbers][Line numbers]] - [[#battery-indicator][Battery indicator]] + - [[#current-line][Current line]] - [[#programming][Programming]] - [[#lsp][LSP]] - [[#rust][Rust]] @@ -73,6 +74,14 @@ I'm on a laptop, so let's display my battery in the modeline: (display-battery-mode 1) #+END_SRC +** Current line + +Always highlight the current line: + +#+BEGIN_SRC emacs-lisp +(global-hl-line-mode +1) +#+END_SRC + * Programming ** LSP