summaryrefslogtreecommitdiff
path: root/.emacs.d/init-custom.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-04-14 14:18:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-04-14 14:49:43 -0700
commit303de847079e00f9a7e6456903b3f1c027c0107e (patch)
tree19532439d47102ca5cecfda420f9d056a85b5218 /.emacs.d/init-custom.el
parentd8db593195b07ae5fc908e357006b4a516e4d604 (diff)
downloaddotfiles-303de847079e00f9a7e6456903b3f1c027c0107e.tar.gz
add some ispell-* to safe-local-variable-values
Diffstat (limited to '.emacs.d/init-custom.el')
-rw-r--r--.emacs.d/init-custom.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/init-custom.el b/.emacs.d/init-custom.el
index 85335df6..1a6c8ac1 100644
--- a/.emacs.d/init-custom.el
+++ b/.emacs.d/init-custom.el
@@ -22,7 +22,9 @@
'(org-footnote-section "Notes")
'(safe-local-variable-values
(quote
- ((org-d20-party
+ ((ispell-extra-args "--lang=en_US")
+ (ispell-program-name . "aspell")
+ (org-d20-party
("Zahrat" . 0)
("Anca" . 1)
("Tenoch" . 1)