浏览代码

Use whitelist to enable highlight-indentation-mode

master
10sr 5 年前
父节点
当前提交
6e400fdae7
签署人:: 10sr GPG 密钥 ID: 7BEC428194130EB2
共有 1 个文件被更改,包括 7 次插入5 次删除
  1. +7
    -5
      emacs.el

+ 7
- 5
emacs.el 查看文件

@@ -721,11 +721,13 @@ found, otherwise returns nil."


(when (safe-require-or-eval 'highlight-indentation)
(safe-require-or-eval 'easy-mmode)
(define-globalized-minor-mode global-highlight-indentation-mode
highlight-indentation-mode highlight-indentation-mode)
(global-highlight-indentation-mode 1)
(set-face-background 'highlight-indentation-face "color-236"))
(set-face-background 'highlight-indentation-face "color-236")
(dolist (hook
'(
prog-mode-hook
))
(add-hook hook
'highlight-indentation-mode)))
;; (set-face-background 'highlight-indentation-current-column-face "#c3b3b3")

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


正在加载...
取消
保存