Pārlūkot izejas kodu

Add custom hook for readonly

master
10sr pirms 6 gadiem
vecāks
revīzija
65474a9f7c
Parakstījis: 10sr GPG atslēgas ID: 7BEC428194130EB2
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  1. +7
    -0
      emacs.el

+ 7
- 0
emacs.el Parādīt failu

@@ -643,6 +643,13 @@ found, otherwise returns nil."
(add-hook 'editorconfig-custom-hooks
'editorconfig-custom-majormode))

(add-hook 'editorconfig-custom-hooks
(lambda (props)
(let ((r (gethash 'readonly props)))
(when (and (string= r "true")
(not buffer-read-only))
(read-only-mode 1)))))

;; (when (fboundp 'editorconfig-charset-extras)
;; (add-hook 'editorconfig-custom-hooks
;; 'editorconfig-charset-extras))


Notiek ielāde…
Atcelt
Saglabāt