From cc7ea1dcc94cc43e99275b37a711f8fbf21ccfe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 23 Sep 2018 16:34:15 -0500 Subject: provide highlight-indent-guide --- lisp/init-indent-guides.el | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lisp/init-indent-guides.el (limited to 'lisp/init-indent-guides.el') diff --git a/lisp/init-indent-guides.el b/lisp/init-indent-guides.el new file mode 100644 index 0000000..f2be7ce --- /dev/null +++ b/lisp/init-indent-guides.el @@ -0,0 +1,8 @@ +;; This minor mode highlights indentation levels via font-lock +(require-package 'highlight-indent-guides) + +(setq highlight-indent-guides-method 'character) + +(add-hook 'prog-mode-hook 'highlight-indent-guides-mode) + +(provide 'init-indent-guides) -- cgit v1.2.3