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.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-indent-guides.el b/lisp/init-indent-guides.el
index f2be7ce..508fd65 100644
--- a/lisp/init-indent-guides.el
+++ b/lisp/init-indent-guides.el
@@ -1,5 +1,5 @@
;; This minor mode highlights indentation levels via font-lock
-(require-package 'highlight-indent-guides)
+(use-package highlight-indent-guides)
(setq highlight-indent-guides-method 'character)