fix indent guides
This commit is contained in:
parent
af9c9162a2
commit
f051082781
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user