summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-03-07 09:03:50 +0100
committerGravatar Tom Willemsen2011-03-07 09:03:50 +0100
commitd0e7674fdb1de12c8de202d4028a5d7ed3669a6e (patch)
treee9f260939af7f2bfaf088b2be32e9e500a63c210 /emacs
parente6aec5361d6f20b8780f403dbc416e5edec0dc6e (diff)
downloaddotfiles-d0e7674fdb1de12c8de202d4028a5d7ed3669a6e.tar.gz
dotfiles-d0e7674fdb1de12c8de202d4028a5d7ed3669a6e.zip
.el$ was too crtude, switched to ##-.*el$
Diffstat (limited to 'emacs')
-rw-r--r--emacs5
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs b/emacs
index 0423fbe..80125be 100644
--- a/emacs
+++ b/emacs
@@ -1,7 +1,7 @@
;; -*- mode: Emacs-Lisp; -*-
(setq load-dir "~/.emacs.d/")
-(setq myfiles (directory-files load-dir nil ".el$"))
+(setq myfiles (directory-files load-dir nil "^[0-9]\\{2\\}-\.*el$"))
(while myfiles
(let ((myfilename (concat load-dir (car myfiles))))
@@ -17,7 +17,8 @@
;; 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.
- '(org-agenda-files (quote ("~/Documents/main.org" "~/Documents/aethon/aethon.org"))))
+ '(org-agenda-files (quote ("~/Documents/main.org" "~/Documents/aethon/aethon.org")))
+ '(safe-local-variable-values (quote ((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.