瀏覽代碼

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


Loading…
取消
儲存