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)) (global-ligature-mode t))
#+END_SRC #+END_SRC
** Highlight indent guides ** Highlight indentation
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package :highlight-indent-guides (use-package indent-bars
:ensure t :hook ((prog-mode) . indent-bars-mode))
:config
(add-hook 'prog-mode-hook 'highlight-indent-guides-mode))
#+END_SRC #+END_SRC
** Catppuccin and theme notify watcher ** Catppuccin and theme notify watcher
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp