From b212f10da031ced29ea8c61a83881da08756018e Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Fri, 24 May 2019 20:52:58 -0400 Subject: [PATCH] ENH switch back to built-in org --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index def8d54..dd8a654 100644 --- a/init.el +++ b/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)