Update 2018/10/28

This commit is contained in:
2018-10-23 08:07:35 -07:00
parent 980cd34342
commit c4cba4277a
2 changed files with 133 additions and 22 deletions

3
.emacs
View File

@@ -1,9 +1,10 @@
;; Load all of my config from the org file init.org
;; (package-initialize)
(package-initialize)
(require 'org)
(org-babel-load-file
(expand-file-name "init.org"
user-emacs-directory))
(put 'downcase-region 'disabled nil)