summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 71d9c39..879ae81 100644
--- a/init.el
+++ b/init.el
@@ -4,7 +4,7 @@
(server-start)
-(mapcar
+(mapc
(lambda (f) (load-file f))
(file-expand-wildcards "~/.emacs.d/init/*.el"))