Parcourir la source

Add org-edit-special src edit support

pull/15/head
10sr il y a 6 ans
Parent
révision
0328566c38
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. +4
    -1
      emacs.el

+ 4
- 1
emacs.el Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer