emacs.d/init.el

5 lines
131 B
EmacsLisp
Raw Normal View History

2019-04-21 05:45:40 -04:00
(message "Initializing emacs...")
(package-initialize)
(org-babel-load-file
(expand-file-name "config.org" user-emacs-directory))