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