소스 검색

Add org-edit-special src edit support

pull/15/head
10sr 6 년 전
부모
커밋
0328566c38
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      emacs.el

+ 4
- 1
emacs.el 파일 보기

@@ -669,7 +669,10 @@ found, otherwise returns nil."
(when (safe-require-or-eval 'editorconfig)
;; (set-variable 'editorconfig-get-properties-function
;; 'editorconfig-core-get-properties-hash)
(editorconfig-mode 1))
(editorconfig-mode 1)
(with-eval-after-load 'org-src
(add-hook 'org-src-mode-hook
'editorconfig-mode-apply t)))

(when (fboundp 'editorconfig-custom-majormode)
(add-hook 'editorconfig-custom-hooks


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