Always highlight current line
This commit is contained in:
parent
eecc114a9b
commit
e33b29f366
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue