From d446ef35cfef0abc11d9204c4fa98bd64ec2fb01 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 14 Feb 2018 14:05:00 +0900 Subject: [PATCH] Add a comment --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 8dd49cb..ffc67b1 100644 --- a/emacs.el +++ b/emacs.el @@ -671,6 +671,7 @@ found, otherwise returns nil." ;; 'editorconfig-core-get-properties-hash) (editorconfig-mode 1) (with-eval-after-load 'org-src + ;; [*.org\[\*Org Src*\[ c \]*\]] (add-hook 'org-src-mode-hook 'editorconfig-mode-apply t)))