From caddbf4957988a4043ec580edc7f463536a68884 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 11 Aug 2013 12:56:07 -0400 Subject: Replace mapcar with more appropriate mapc --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') 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")) -- cgit v1.2.3