Fixed (hl-line-mode) by using (global-hl-line-mode)
This commit is contained in:
parent
1aa9993ae9
commit
ee27ec5500
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue