소스 검색

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)



불러오는 중...
취소
저장