summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <meyerkya@gmail.com>2012-12-29 19:13:04 -0500
committerKyle Meyer <meyerkya@gmail.com>2012-12-29 19:13:04 -0500
commit5f366ce9221b39ef3fbff864db3605dde40c1e07 (patch)
tree6b8c50b5f41f7812e6bf3c2c331fe444bf2333c3 /init.el
parentfd91f59387b305223ee9a6705fe29adf04be4b13 (diff)
downloademacs.d-5f366ce9221b39ef3fbff864db3605dde40c1e07.tar.gz
transition from emacs prelude
think i have most of the main functionality i was using
Diffstat (limited to 'init.el')
-rw-r--r--init.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/init.el b/init.el
new file mode 100644
index 0000000..b13504e
--- /dev/null
+++ b/init.el
@@ -0,0 +1,12 @@
+;; init.el
+
+(message ":: Emacs init")
+(add-to-list 'load-path "~/.emacs.d/conf")
+(load "pkg.el")
+(load "em.el")
+(load "ev.el")
+(load "om.el")
+(load "ibuf.el")
+(load "kb.el")
+(load "tex.el")
+(message ":: Init complete")