Преглед на файлове

Remove global and add text-mode

master
10sr преди 5 години
родител
ревизия
467bc0ce99
Подписан от: 10sr GPG ключ ID: C384BB17CBB19347
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Целия файл

@@ -353,7 +353,6 @@ found, otherwise returns nil."

;; Basically it should not set globally (instead use something like file local
;; variables or editorconfig), but for most cases I just need this...
(setq-default require-final-newline t)
(defun my-set-require-final-newline ()
"Set `require-final-newline'."
(set (make-local-variable 'require-final-newline)
@@ -361,6 +360,8 @@ found, otherwise returns nil."

(add-hook 'prog-mode-hook
'my-set-require-final-newline)
(add-hook 'text-mode-hook
'my-set-require-final-newline)
(add-hook 'conf-mode-hook
'my-set-require-final-newline)



Зареждане…
Отказ
Запис