From bca78fb31a5981b1e3eb00ddafd4f31aa07be1fd Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 25 Jul 2013 08:16:15 -0400 Subject: Allow setting local variables in my daylog --- .emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs b/.emacs index 25e7dac..f2488ea 100644 --- a/.emacs +++ b/.emacs @@ -97,6 +97,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(auto-indent-next-pair-timer-interval (quote ((css-mode 1.5) (haskell-mode 1.5) (python-mode 1.5) (latex-mode 1.5) (coq-mode 1.5) (default 0.0005)))) + '(safe-local-variable-values (quote ((eval setq debian-changelog-mailing-address "rak@debian.org") (eval add-to-list (quote debian-changelog-allowed-distributions) "daylog")))) '(column-number-mode t) '(default-input-method "TeX") '(inhibit-startup-screen t) -- cgit v1.2.3