This package provides two minor modes to highlight indentation guides in Emacs:
highlight-indentation-mode
, which displays guidelines indentation (space indentation only).highlight-indentation-current-column-mode
, which displays guidelines for the current-point indentation (space indentation only).
Documentation at https://melpa.org/#/evil-indent-textobject
Documentation at https://melpa.org/#/highlight-indent-guides
This minor mode highlights indentation levels via font-lock.
This package provides a minor mode to highlight indentation levels via font-lock. Indent widths are dynamically discovered, which means this correctly highlights in any mode, regardless of indent width, even in languages with non-uniform indentation such as Haskell. This mode works properly around hard tabs and mixed indentation and behaves well in large buffers.