aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 3370dce..8db3573 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -111,6 +111,9 @@
:init
(add-hook 'python-base-mode-hook 'pet-mode -10))
+(use-package highlight-indentation
+ :hook python-base-mode)
+
(defun qsx-no-indent-tabs-mode ()
(setq indent-tabs-mode nil))