Move config.org to README.org so that things display nicely on github

This commit is contained in:
Ivan Malison 2016-06-06 12:31:59 -07:00
parent 57001ef807
commit 169c8e04d7
3 changed files with 3 additions and 2 deletions

View File

@ -39,3 +39,4 @@ uber.el
semanticdb/
.tutor
xkcd
README.el

View File

@ -17,7 +17,7 @@
(ensure-packages-installed '(org-plus-contrib))
(org-babel-load-file
(concat (file-name-directory load-file-name) "config.org") t)
(concat (file-name-directory load-file-name) "README.org") t)
;; Local Variables:
;; flycheck-disabled-checkers: (emacs-lisp-checkdoc)