diff --git a/.emacs.d/settings.org b/.emacs.d/settings.org index a3056fa..fec19ca 100644 --- a/.emacs.d/settings.org +++ b/.emacs.d/settings.org @@ -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