Source: emacs-highlight-indentation Section: lisp Priority: optional Maintainer: Debian Emacsen team Uploaders: Lev Lamberov Build-Depends: debhelper (>= 11), dh-elpa Standards-Version: 4.1.5 Rules-Requires-Root: no Homepage: https://github.com/antonj/Highlight-Indentation-for-Emacs Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-highlight-indentation.git Vcs-Browser: https://salsa.debian.org/emacsen-team/transmission-el Package: elpa-highlight-indentation Architecture: all Depends: ${elpa:Depends}, ${misc:Depends} Recommends: emacs (>= 46.0) Enhances: emacs, emacs25 Description: highlight the indentation level in Emacs buffers This package provides two Emacs minor modes: . * highlight-indentation-mode displays guides at each indentation level * highlight-indentation-current-column-mode displays guides indicating other lines indented to the same level as the line containing point . These modes are useful for programming in language like Python which use semantic indentation.