From 8c35ef85706c58b57824ee739630d9e1fa77b9e3 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 26 Aug 2024 18:07:56 +0200 Subject: Emacs: actually ensure highlight-indentation is installed --- dot.emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dot.emacs.d/init.el') 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)) -- cgit v1.2.3