diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-07-25 08:16:15 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-07-25 08:45:09 -0400 |
commit | bca78fb31a5981b1e3eb00ddafd4f31aa07be1fd (patch) | |
tree | 6ad005b9fd877e0d87b2a5ae31fa28bb5f2a0f12 /.emacs | |
parent | Update Debian's known hosts (diff) |
Allow setting local variables in my daylog
Diffstat (limited to '')
-rw-r--r-- | .emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |