Skip to content

hxgz/Highlight-Indentation-for-Emacs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Highlighting indentation for Emacs

Provides two minor modes highlight-indentation-mode and highlight-indentation-current-column-mode (modified version from @krestenkrab https://gist.github.com/151043

  • highlight-indentation-mode displays guidelines indentation (space indentation only).
  • highlight-indentation-current-column-mode displays guidelines for the current-point indentation (space indentation only).

http://i.imgur.com/TUyPH.png

Appearance of guidelines is customizable by changing the face highlight-indentation-face and highlight-indentation-current-column-face.

Example, colors from screenshot:

(set-face-background 'highlight-indentation-face "#e3e3d3")
(set-face-background 'highlight-indentation-current-column-face "#c3b3b3")

About

Minor modes to highlight indentation guides in emacs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published