From 913844f26fbde56d9cfe180f19abe720709f427b Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 27 May 2011 21:41:12 +0200 Subject: Only show ide-skel when X is running --- emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') 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. -- cgit v1.3-2-g0d8e