소스 검색

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

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


불러오는 중...
취소
저장