From 4df8d9f7cd3ff6eeff7917d81af4b5978f1bd667 Mon Sep 17 00:00:00 2001 From: Morten Hein Tiljeset Date: Sun, 16 Oct 2011 11:55:04 +0200 Subject: [PATCH] Missing parenthesis. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index ef91691..a6e0c0a 100644 --- a/init.el +++ b/init.el @@ -85,6 +85,6 @@ by Prelude.") (setq custom-file (concat prelude-personal-dir "custom.el")) ;; load the personal settings (when (file-exists-p prelude-personal-dir) - (mapc 'load (directory-files prelude-personal-dir nil "^[^#].*el$")) + (mapc 'load (directory-files prelude-personal-dir nil "^[^#].*el$"))) ;;; init.el ends here