fix indent guides

This commit is contained in:
Elizabeth Hunt 2024-12-31 21:43:29 -08:00
parent af9c9162a2
commit f051082781
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE

View File

@ -169,12 +169,10 @@
(global-ligature-mode t))
#+END_SRC
** Highlight indent guides
** Highlight indentation
#+BEGIN_SRC emacs-lisp
(use-package :highlight-indent-guides
:ensure t
:config
(add-hook 'prog-mode-hook 'highlight-indent-guides-mode))
(use-package indent-bars
:hook ((prog-mode) . indent-bars-mode))
#+END_SRC
** Catppuccin and theme notify watcher
#+BEGIN_SRC emacs-lisp