Add emacs config

This commit is contained in:
2018-06-10 21:06:30 -07:00
commit 91fb69d5e3
2 changed files with 219 additions and 0 deletions

9
.emacs Normal file
View File

@@ -0,0 +1,9 @@
;; 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))