ENH change om to org-ml

This commit is contained in:
Nathan Dwarshuis 2020-06-04 18:24:54 -04:00
parent e920462c59
commit 0052223bd7
1 changed files with 2 additions and 2 deletions

View File

@ -1159,8 +1159,8 @@ Save all org buffers 1 minute before the hour.
Org extras
#+BEGIN_SRC emacs-lisp
(add-to-list 'load-path (nd/expand-local-pkg-directory "org-x"))
(add-to-list 'load-path (nd/expand-local-pkg-directory "om"))
(require 'om)
(add-to-list 'load-path (nd/expand-local-pkg-directory "org-ml"))
(require 'org-ml)
(require 'org-x)
#+END_SRC
** buffer interface