ui/indent-guides: disable responsive guides
It substantially slows down Emacs, so I cannot endorse it as a default.
This commit is contained in:
parent
f3d2038931
commit
f7f96d3abb
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@
|
|||
(def-package! highlight-indent-guides
|
||||
:hook ((prog-mode text-mode conf-mode) . highlight-indent-guides-mode)
|
||||
:init
|
||||
(setq highlight-indent-guides-method 'character
|
||||
highlight-indent-guides-responsive 'top)
|
||||
(setq highlight-indent-guides-method 'character)
|
||||
:config
|
||||
;; Don't display first level of indentation
|
||||
(defun +indent-guides-for-all-but-first-column (level responsive display)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue