浏览代码

Add diminish

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

+ 10
- 0
emacs.el 查看文件

@@ -133,6 +133,7 @@ found, otherwise returns nil."
pony-mode
gited
highlight-indentation
diminish

editorconfig
editorconfig-custom-majormode
@@ -466,6 +467,15 @@ found, otherwise returns nil."
"")
)))

(when (safe-require-or-eval 'diminish)
(diminish 'recently-mode)
(diminish 'editorconfig-mode)
(diminish 'auto-highlight-symbol-mode)
(diminish 'global-whitespace-mode)
(diminish 'which-key-mode)
(diminish 'page-break-lines-mode)
(diminish 'highlight-indentation-mode))

;; http://www.geocities.jp/simizu_daisuke/bunkei-meadow.html#frame-title

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


正在加载...
取消
保存