diff options
Diffstat (limited to 'lisp/init-indent-guides.el')
-rw-r--r-- | lisp/init-indent-guides.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lisp/init-indent-guides.el b/lisp/init-indent-guides.el deleted file mode 100644 index 24fb8d2..0000000 --- a/lisp/init-indent-guides.el +++ /dev/null @@ -1,9 +0,0 @@ -;; This minor mode highlights indentation levels via font-lock - -(use-package highlight-indent-guides - :config - (setq highlight-indent-guides-method 'character) - ;; Indent character samples: fill, column or character - (setq highlight-indent-guides-method 'character)) - -(provide 'init-indent-guides) |