summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
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")