소스 검색

Resigster encoding: utf-8 as safe local variable

pull/5/head
10sr 9 년 전
부모
커밋
1cd0e745c5
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el 파일 보기

@@ -928,6 +928,10 @@ found, otherwise returns nil."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; some modes and hooks

(add-to-list 'safe-local-variable-values
'(encoding utf-8))
(setq enable-local-variables :safe)

(when (autoload-eval-lazily 'dirtree nil
(defun my-dirtree-current-line-directory-p ()
"Return nil if element on current line is not a directory."


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