Fixed (hl-line-mode) by using (global-hl-line-mode)

This commit is contained in:
qorg11 2020-07-15 04:58:42 +02:00
parent 1aa9993ae9
commit ee27ec5500
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9

View file

@ -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 Here I put things you can do in M-x or something idk
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(blink-cursor-mode 0) (blink-cursor-mode 0)
(hl-line-mode 1) (global-hl-line-mode 1)
(setq-default cursor-type 'bar) (setq-default cursor-type 'bar)
#+END_SRC #+END_SRC
** Programming language things ** Programming language things