aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-07-25 08:16:15 -0400
committerRyan Kavanagh <rak@debian.org>2013-07-25 08:45:09 -0400
commitbca78fb31a5981b1e3eb00ddafd4f31aa07be1fd (patch)
tree6ad005b9fd877e0d87b2a5ae31fa28bb5f2a0f12 /.emacs
parentUpdate Debian's known hosts (diff)
Allow setting local variables in my daylog
Diffstat (limited to '')
-rw-r--r--.emacs1
1 files changed, 1 insertions, 0 deletions
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)