From 54d4923c78b8a77f80c9b19b3c1fabbf9e15a00f Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 5 Sep 2017 12:31:55 -0400 Subject: format changes to .emacs --- .emacs | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.emacs b/.emacs index c48d79f..51186b9 100644 --- a/.emacs +++ b/.emacs @@ -184,8 +184,14 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; 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")))) + '(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)))) '(column-number-mode t) '(default-input-method "TeX") '(inhibit-startup-screen t) @@ -194,6 +200,13 @@ '(python-indent-guess-indent-offset nil) '(python-indent-offset 4) '(python-shell-interpreter "python3") + '(safe-local-variable-values + (quote + ((ispell-local-dictionary . american) + (eval setq debian-changelog-mailing-address "rak@debian.org") + (eval add-to-list + (quote debian-changelog-allowed-distributions) + "daylog")))) '(scroll-bar-mode nil) '(tool-bar-mode nil)) (custom-set-faces -- cgit v1.2.3