소스 검색

Add editorconfig-trim-whitespaces-mode configuration

master
10sr 6 년 전
부모
커밋
880e27aeed
로그인 계정: 10sr GPG 키 ID: 7BEC428194130EB2
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el 파일 보기

@@ -717,6 +717,9 @@ found, otherwise returns nil."
;; 'editorconfig-core-get-properties-hash)
(editorconfig-mode 1)
(set-variable 'editorconfig-mode-lighter " EC")
(when (fboundp 'ws-butler-mode)
(set-variable 'editorconfig-trim-whitespaces-mode
'ws-butler-mode))
(with-eval-after-load 'org-src
;; [*.org\[\*Org Src*\[ c \]*\]]
(add-hook 'org-src-mode-hook


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