ui/indent-guides: disable responsive guides

It substantially slows down Emacs, so I cannot endorse it as a default.
This commit is contained in:
Henrik Lissner 2019-05-10 02:02:43 -04:00
parent f3d2038931
commit f7f96d3abb
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)