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