summaryrefslogtreecommitdiff
path: root/init.el
blob: 13218fb6a7d2d27fc4e8f5b07bc1a0eda0de6f33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;; init.el

(message ":: Emacs init")
(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")
(load "kb.el")
(load "tex.el")
(message ":: Init complete")