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 (def-package! highlight-indent-guides
:hook ((prog-mode text-mode conf-mode) . highlight-indent-guides-mode) :hook ((prog-mode text-mode conf-mode) . highlight-indent-guides-mode)
:init :init
(setq highlight-indent-guides-method 'character (setq highlight-indent-guides-method 'character)
highlight-indent-guides-responsive 'top)
:config :config
;; Don't display first level of indentation ;; Don't display first level of indentation
(defun +indent-guides-for-all-but-first-column (level responsive display) (defun +indent-guides-for-all-but-first-column (level responsive display)