FIX ensure org-x comes after org-ml
This commit is contained in:
parent
4ffc4d895e
commit
41d8247975
|
@ -1499,11 +1499,11 @@ Save all org buffers 1 minute before the hour.
|
||||||
:END:
|
:END:
|
||||||
Org extras
|
Org extras
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(add-to-list 'load-path (nd/expand-lib-directory "org-x"))
|
|
||||||
(require 'org-x)
|
|
||||||
|
|
||||||
(use-package org-ml
|
(use-package org-ml
|
||||||
:straight t)
|
:straight t)
|
||||||
|
|
||||||
|
(add-to-list 'load-path (nd/expand-lib-directory "org-x"))
|
||||||
|
(require 'org-x)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** buffer interface
|
** buffer interface
|
||||||
*** line wrap
|
*** line wrap
|
||||||
|
|
Loading…
Reference in New Issue