summaryrefslogtreecommitdiff
path: root/init.el
blob: 5c8b4cc8a783d87a2efd7f3ca9856ad164d2c1fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;; 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")
(load "hs.el")
(message ":: Init complete")