diff options
-rw-r--r-- | .emacs | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -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 |