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.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/init-indent-guides.el b/lisp/init-indent-guides.el
deleted file mode 100644
index f2be7ce..0000000
--- a/lisp/init-indent-guides.el
+++ /dev/null
@@ -1,8 +0,0 @@
-;; 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)