Remove line always highlighted
This commit is contained in:
parent
fe1ae76b2a
commit
73332895d3
|
@ -5,7 +5,6 @@
|
||||||
- [[#theme][Theme]]
|
- [[#theme][Theme]]
|
||||||
- [[#line-numbers][Line numbers]]
|
- [[#line-numbers][Line numbers]]
|
||||||
- [[#battery-indicator][Battery indicator]]
|
- [[#battery-indicator][Battery indicator]]
|
||||||
- [[#current-line][Current line]]
|
|
||||||
- [[#programming][Programming]]
|
- [[#programming][Programming]]
|
||||||
- [[#rust][Rust]]
|
- [[#rust][Rust]]
|
||||||
- [[#cc][C/C++]]
|
- [[#cc][C/C++]]
|
||||||
|
@ -74,14 +73,6 @@ I'm on a laptop, so let's display my battery in the modeline:
|
||||||
(display-battery-mode 1)
|
(display-battery-mode 1)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Current line
|
|
||||||
|
|
||||||
Always highlight the current line:
|
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(global-hl-line-mode +1)
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
* Programming
|
* Programming
|
||||||
|
|
||||||
** Rust
|
** Rust
|
||||||
|
|
Loading…
Reference in a new issue