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:
parent
aaa86c4187
commit
e28ea4e2df
@ -4,7 +4,6 @@
|
|||||||
:config
|
:config
|
||||||
(setq highlight-indent-guides-method 'character)
|
(setq highlight-indent-guides-method 'character)
|
||||||
;; Indent character samples: fill, column or character
|
;; Indent character samples: fill, column or character
|
||||||
(setq highlight-indent-guides-method 'character)
|
(setq highlight-indent-guides-method 'character))
|
||||||
(add-hook 'prog-mode-hook 'highlight-indent-guides-mode))
|
|
||||||
|
|
||||||
(provide 'init-indent-guides)
|
(provide 'init-indent-guides)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user