summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <meyerkya@gmail.com>2013-01-03 18:14:05 -0500
committerKyle Meyer <meyerkya@gmail.com>2013-01-04 15:55:28 -0500
commitc13a1df74e0160ff62eb8c54fb4104ec8b93aa36 (patch)
tree9d73086d63baf4b7a663032b593cedddaad3293d /init.el
parent404c901c3ad85458e4ec171782a1b5020d3f04bb (diff)
downloademacs.d-c13a1df74e0160ff62eb8c54fb4104ec8b93aa36.tar.gz
rename file func and separate util.el
moved whitespace cleanup here
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index b13504e..13218fb 100644
--- a/init.el
+++ b/init.el
@@ -4,6 +4,7 @@
(add-to-list 'load-path "~/.emacs.d/conf")
(load "pkg.el")
(load "em.el")
+(load "util.el")
(load "ev.el")
(load "om.el")
(load "ibuf.el")