-
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星跟踪图
主要指标
- 概览
-
名称与所有者 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? 已存档? 是复刻? 已锁定? 是镜像? 是私有?