From a253f728d4ee261610523c6ccfcd533002de81e2 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 28 Aug 2018 15:45:37 +0900 Subject: [PATCH] Add comment --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index b9a297f..8eb8332 100644 --- a/emacs.el +++ b/emacs.el @@ -643,6 +643,7 @@ found, otherwise returns nil." (add-hook 'editorconfig-custom-hooks 'editorconfig-custom-majormode)) +;; Add readonly=true to set read-only-mode (add-hook 'editorconfig-custom-hooks (lambda (props) (let ((r (gethash 'readonly props)))