chore: remove highlight-indent-guides
config
This package is now outdated.
This commit is contained in:
parent
cbc038eb1d
commit
b52cb8b1a8
16
config.org
16
config.org
|
@ -156,7 +156,6 @@ If you're reading the raw org file instead of the published version, the code fo
|
||||||
|
|
||||||
#+name: confpkg-setup
|
#+name: confpkg-setup
|
||||||
#+begin_src emacs-lisp :results silent :noweb no-export
|
#+begin_src emacs-lisp :results silent :noweb no-export
|
||||||
|
|
||||||
(setq confpkg--num 0
|
(setq confpkg--num 0
|
||||||
confpkg--list nil)
|
confpkg--list nil)
|
||||||
|
|
||||||
|
@ -2127,21 +2126,6 @@ Magit already looks great, but it could use some proper syntax highlighting!
|
||||||
:hook (magit-mode . magit-delta-mode))
|
:hook (magit-mode . magit-delta-mode))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Indent Guides
|
|
||||||
|
|
||||||
#+call: confpkg("Pkg: highlight-indent-guides")
|
|
||||||
|
|
||||||
I've found that character-based indent guides work best.
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(after! highlight-indent-guides
|
|
||||||
(setq highlight-indent-guides-method 'character
|
|
||||||
highlight-indent-guides-character 9615
|
|
||||||
highlight-indent-guides-responsive 'top
|
|
||||||
highlight-indent-guides-auto-character-face-perc 90
|
|
||||||
highlight-indent-guides-auto-top-character-face-perc 200))
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
** Language Servers
|
** Language Servers
|
||||||
|
|
||||||
#+call: confpkg("Pkg: lsp")
|
#+call: confpkg("Pkg: lsp")
|
||||||
|
|
Loading…
Reference in a new issue