summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <meyerkya@gmail.com>2013-08-11 12:56:07 -0400
committerKyle Meyer <meyerkya@gmail.com>2013-08-12 00:03:23 -0400
commitcaddbf4957988a4043ec580edc7f463536a68884 (patch)
treef2556f4bcd39f106e5580857a88922cdd8edcbb5 /init.el
parent079e0c62d3873b40a8f78de4dbe1fa83bc22d3b9 (diff)
downloademacs.d-caddbf4957988a4043ec580edc7f463536a68884.tar.gz
Replace mapcar with more appropriate mapc
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"))