summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs b/emacs
index 9d02acb..f3e280e 100644
--- a/emacs
+++ b/emacs
@@ -36,7 +36,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(org-agenda-files (quote ("~/documents/org/main.org")))
- '(safe-local-variable-values (quote ((ispell-local-dictionary . nl)))))
+ '(safe-local-variable-values (quote ((Mode . shell-script) (ispell-local-dictionary . nl)))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.