소스 검색

Update name

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

+ 4
- 4
emacs.el 파일 보기

@@ -803,7 +803,7 @@ found, otherwise returns nil."
(set-variable 'editorconfig-get-properties-function
'editorconfig-core-get-properties-hash)
(editorconfig-mode 1)
(set-variable 'editorconfig-mode-lighter " EC")
(set-variable 'editorconfig-mode-lighter "")
(when (fboundp 'ws-butler-mode)
(set-variable 'editorconfig-trim-whitespaces-mode
'ws-butler-mode))
@@ -1936,12 +1936,12 @@ and search from projectile root (if projectile is available)."
(remove-hook 'after-save-hook
'editorconfig-auto-apply-mode--run t)))

(defun editorconfig-auto-apply-mode-turn-on ()
(defun editorconfig-auto-apply-enable ()
"Turn on `editorconfig-auto-apply-mode'."
(unless editorconfig-auto-apply-mode
(editorconfig-auto-apply-mode 1)))

(defun editorconfig-auto-apply-mode-turn-off ()
(defun editorconfig-auto-apply-disable ()
"Turn off `editorconfig-auto-apply-mode'."
(when editorconfig-auto-apply-mode
(editorconfig-auto-apply-mode -1)))
@@ -1959,7 +1959,7 @@ and search from projectile root (if projectile is available)."
(editorconfig-mode-apply)))))))

(add-hook 'editorconfig-conf-mode-hook
'editorconfig-auto-apply-mode-turn-on)
'editorconfig-auto-apply-enable)





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