aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/init-indent-guides.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-indent-guides.el')
-rw-r--r--lisp/init-indent-guides.el9
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)