FIX ensure org-x comes after org-ml

This commit is contained in:
Nathan Dwarshuis 2021-03-13 21:38:19 -05:00
parent 4ffc4d895e
commit 41d8247975
1 changed files with 3 additions and 3 deletions

View File

@ -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