From 1cd0e745c5342ab2da947c7413fb4e35cec246d9 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 23 Jan 2015 15:42:35 +0900 Subject: [PATCH] Resigster encoding: utf-8 as safe local variable --- emacs.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs.el b/emacs.el index 015a388..40227f5 100644 --- a/emacs.el +++ b/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."