Highlight-Indentation-for-Emacs

Minor modes to highlight indentation guides in emacs.

  • Owner: antonj/Highlight-Indentation-for-Emacs
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

  • 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_SRC

    To enable experimental support for showing indent guides on blank lines, set ~highlight-indentation-blank-lines~ to ~t~.

Main metrics

Overview
Name With Ownerantonj/Highlight-Indentation-for-Emacs
Primary LanguageEmacs Lisp
Program languageEmacs Lisp (Language Count: 1)
Platform
License:
所有者活动
Created At2010-12-16 09:05:11
Pushed At2024-04-07 09:31:56
Last Commit At2021-02-21 15:18:01
Release Count2
Last Release Namev0.7.0 (Posted on )
First Release Namev0.6.0 (Posted on )
用户参与
Stargazers Count471
Watchers Count16
Fork Count57
Commits Count59
Has Issues Enabled
Issues Count34
Issue Open Count12
Pull Requests Count14
Pull Requests Open Count3
Pull Requests Close Count5
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private