From 405a2beebbb2695efb2de6462242b1b46fb98fc6 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 21 Feb 2015 22:06:07 -0500 Subject: Move abbrev customization to separate file --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index 4ed4382..610da80 100644 --- a/init.el +++ b/init.el @@ -15,6 +15,7 @@ (require 's) (require 'init-general) +(require 'init-abbrev) (require 'init-diminish) (require 'init-org) -- cgit v1.2.3