Highlight-Indentation-for-Emacs

Minor modes to highlight indentation guides in emacs.

  • 所有者: antonj/Highlight-Indentation-for-Emacs
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

  • 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~.

主要指标

概览
名称与所有者antonj/Highlight-Indentation-for-Emacs
主编程语言Emacs Lisp
编程语言Emacs Lisp (语言数: 1)
平台
许可证
所有者活动
创建于2010-12-16 09:05:11
推送于2024-04-07 09:31:56
最后一次提交2021-02-21 15:18:01
发布数2
最新版本名称v0.7.0 (发布于 )
第一版名称v0.6.0 (发布于 )
用户参与
星数471
关注者数16
派生数57
提交数59
已启用问题?
问题数34
打开的问题数12
拉请求数14
打开的拉请求数3
关闭的拉请求数5
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?