Files
configs/.emacs
2020-07-05 13:27:24 -07:00

8 lines
164 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))