summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-05-27 21:41:12 +0200
committerGravatar Tom Willemsen2011-05-27 21:41:12 +0200
commit913844f26fbde56d9cfe180f19abe720709f427b (patch)
tree2b92e5c31af81607bcd7a22f8fbaff1afa031ad1 /emacs
parentef439c0f3254b42ddea9589e64fc2c579facc0f0 (diff)
downloaddotfiles-913844f26fbde56d9cfe180f19abe720709f427b.tar.gz
dotfiles-913844f26fbde56d9cfe180f19abe720709f427b.zip
Only show ide-skel when X is running
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.