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

@ -38,4 +38,5 @@ project-to-org-filepath
uber.el uber.el
semanticdb/ semanticdb/
.tutor .tutor
xkcd xkcd
README.el

View File

@ -17,7 +17,7 @@
(ensure-packages-installed '(org-plus-contrib)) (ensure-packages-installed '(org-plus-contrib))
(org-babel-load-file (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: ;; Local Variables:
;; flycheck-disabled-checkers: (emacs-lisp-checkdoc) ;; flycheck-disabled-checkers: (emacs-lisp-checkdoc)