From ee27ec5500b6616a5747ec69dbfdd95ca2ca2bf3 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Wed, 15 Jul 2020 04:58:42 +0200 Subject: [PATCH] Fixed (hl-line-mode) by using (global-hl-line-mode) --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 99e3b7f..4824ce1 100644 --- a/config.org +++ b/config.org @@ -338,7 +338,7 @@ Including indent-buffer, which should not be called automatically on save." Here I put things you can do in M-x or something idk #+BEGIN_SRC emacs-lisp (blink-cursor-mode 0) - (hl-line-mode 1) + (global-hl-line-mode 1) (setq-default cursor-type 'bar) #+END_SRC ** Programming language things