-
Highlighting indentation for Emacs
Provides two minor modes =highlight-indentation-mode= and
=highlight-indentation-current-column-mode=- =highlight-indentation-mode= displays guidelines indentation
(space indentation only). - =highlight-indentation-current-column-mode= displays guidelines for
the current-point indentation (space indentation only).
Appearance of guidelines is customizable by changing the face
=highlight-indentation-face= and
=highlight-indentation-current-column-face=.Example, colors from screenshot:
#+BEGIN_SRC emacs-lisp
(set-face-background 'highlight-indentation-face "#e3e3d3")
(set-face-background 'highlight-indentation-current-column-face "#c3b3b3")
#+END_SRCTo enable experimental support for showing indent guides on blank lines, set ~highlight-indentation-blank-lines~ to ~t~.
- =highlight-indentation-mode= displays guidelines indentation
Highlight-Indentation-for-Emacs
Minor modes to highlight indentation guides in emacs.
Github stars Tracking Chart
Main metrics
- Overview
-
Name With Owner antonj/Highlight-Indentation-for-Emacs Primary Language Emacs Lisp Program language Emacs Lisp (Language Count: 1) Platform License: - 所有者活动
-
Created At 2010-12-16 09:05:11 Pushed At 2024-04-07 09:31:56 Last Commit At 2021-02-21 15:18:01 Release Count 2 Last Release Name v0.7.0 (Posted on ) First Release Name v0.6.0 (Posted on ) - 用户参与
-
Stargazers Count 471 Watchers Count 16 Fork Count 57 Commits Count 59 Has Issues Enabled Issues Count 34 Issue Open Count 12 Pull Requests Count 14 Pull Requests Open Count 3 Pull Requests Close Count 5 - 项目设置
-
Has Wiki Enabled Is Archived Is Fork Is Locked Is Mirror Is Private