From 41d824797570ffa8d72e8f2cde249de9f751f2c7 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 13 Mar 2021 21:38:19 -0500 Subject: [PATCH] FIX ensure org-x comes after org-ml --- etc/conf.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/conf.org b/etc/conf.org index 71adf87..3081f10 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -1499,11 +1499,11 @@ Save all org buffers 1 minute before the hour. :END: Org extras #+BEGIN_SRC emacs-lisp -(add-to-list 'load-path (nd/expand-lib-directory "org-x")) -(require 'org-x) - (use-package org-ml :straight t) + +(add-to-list 'load-path (nd/expand-lib-directory "org-x")) +(require 'org-x) #+END_SRC ** buffer interface *** line wrap