Ivan Malison 2d41071eca make init.el less complicated/sophisticated. boostrapping to get
org-mode should not really be necessary since org is included in emacs.
2016-06-10 23:42:50 -07:00

10 lines
268 B
EmacsLisp

(setq custom-file "~/.emacs.d/custom-before.el")
(when (file-exists-p custom-file) (load custom-file))
(org-babel-load-file
(concat (file-name-directory load-file-name) "README.org"))
;; Local Variables:
;; flycheck-disabled-checkers: (emacs-lisp-checkdoc)
;; End: