summaryrefslogtreecommitdiff
path: root/init/km-modes.el
diff options
context:
space:
mode:
Diffstat (limited to 'init/km-modes.el')
-rw-r--r--init/km-modes.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/km-modes.el b/init/km-modes.el
index 97021cd..1a21fef 100644
--- a/init/km-modes.el
+++ b/init/km-modes.el
@@ -8,7 +8,7 @@
("PKGBUILD" . shell-script-mode))
"Auto mode mappings")
-(mapcar
+(mapc
(lambda (mode) (setq auto-mode-alist
(cons mode auto-mode-alist)))
km/modes)