Add the highlight-indentation module

This is extremely useful for Python development; i wonder why i didn’t have it before.
This commit is contained in:
Gergely Polonkai 2021-10-27 16:28:50 +02:00
parent aa67e4897d
commit ea52e57932
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
1 changed files with 8 additions and 0 deletions

View File

@ -2733,6 +2733,14 @@ Intended as a value for `bug-referecne-url-format'."
(prog-mode . bug-reference-prog-mode))
#+END_SRC
** Highlight indentation
#+begin_src emacs-lisp
(use-package highlight-indentation
:hook
(python-mode . highlight-indentation-mode))
#+end_src
* Python related setup and ~use-package~ calls
Because, well, thats my job now. Of course it gets a dedicated section.