diff options
-rw-r--r-- | Emacs/.config/emacs/config.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 3eb3084..7baa1c6 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -890,6 +890,11 @@ if possible. :init (setq-default display-line-numbers-type 'relative)) #+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 ** Projectile Setup projectile, along with the tags command. Also bind "C-c C-p" to |