From e28ea4e2df48b305606a0d4bd146d648304cce96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 1 Nov 2018 22:22:52 -0500 Subject: 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. --- lisp/init-indent-guides.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lisp/init-indent-guides.el') diff --git a/lisp/init-indent-guides.el b/lisp/init-indent-guides.el index 221c7ca..24fb8d2 100644 --- a/lisp/init-indent-guides.el +++ b/lisp/init-indent-guides.el @@ -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) -- cgit v1.2.3