Disable for default init-guides

when this default mode is used in files of more than 15000 lines of code
it freeze!, is better to look at the file without the guidelines
and then activate this mode.
This commit is contained in:
Jesús 2018-11-01 22:22:52 -05:00
parent aaa86c4187
commit e28ea4e2df
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -4,7 +4,6 @@
:config
(setq highlight-indent-guides-method 'character)
;; Indent character samples: fill, column or character
(setq highlight-indent-guides-method 'character)
(add-hook 'prog-mode-hook 'highlight-indent-guides-mode))
(setq highlight-indent-guides-method 'character))
(provide 'init-indent-guides)