Files
configs/.emacs
2018-06-10 22:25:47 -07:00

10 lines
187 B
Plaintext

;; Load all of my config from the org file init.org
;; (package-initialize)
(require 'org)
(org-babel-load-file
(expand-file-name "init.org"
user-emacs-directory))