ENH switch back to built-in org

This commit is contained in:
ndwarshuis 2019-05-24 20:52:58 -04:00
parent c745ea8dc6
commit b212f10da0
1 changed files with 3 additions and 3 deletions

View File

@ -32,9 +32,9 @@
(defvar nd/conf-main (no-littering-expand-etc-file-name "conf.org")
"The absolute path the main EMACS configuration file.")
;; ensure we don't use built-in org mode
(use-package org :straight org-plus-contrib)
;; (straight-use-package '(org :type built-in))
;; ensure we use built-in org mode
;; (use-package org :straight org-plus-contrib)
(straight-use-package '(org :type built-in))
;; load everything else
(org-babel-load-file nd/conf-main)