ENH switch back to built-in org
This commit is contained in:
parent
c745ea8dc6
commit
b212f10da0
6
init.el
6
init.el
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue