(Emacs)+hl-line mode
Just looks nice :)
This commit is contained in:
@@ -890,6 +890,11 @@ if possible.
|
|||||||
:init
|
:init
|
||||||
(setq-default display-line-numbers-type 'relative))
|
(setq-default display-line-numbers-type 'relative))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
** Hl-line
|
||||||
|
Hl-line is a
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package hl-line
|
||||||
|
:hook (text-mode-hook . hl-line-mode))
|
||||||
#+end_src
|
#+end_src
|
||||||
** Projectile
|
** Projectile
|
||||||
Setup projectile, along with the tags command. Also bind "C-c C-p" to
|
Setup projectile, along with the tags command. Also bind "C-c C-p" to
|
||||||
|
|||||||
Reference in New Issue
Block a user