diff --git a/config.org b/config.org index 6f19225..a0cef04 100644 --- a/config.org +++ b/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 #+begin_src emacs-lisp :results silent :noweb no-export - (setq confpkg--num 0 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)) #+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 #+call: confpkg("Pkg: lsp")