Files
configs/.emacs
2018-10-23 08:07:35 -07:00

11 lines
221 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))
(put 'downcase-region 'disabled nil)