ADD om.el import

This commit is contained in:
Nathan Dwarshuis 2020-01-08 22:33:44 -05:00
parent 95dc83f359
commit 4106c33e81
1 changed files with 2 additions and 0 deletions

View File

@ -1127,6 +1127,8 @@ Save all org buffers 1 minute before the hour.
Org extras Org extras
#+BEGIN_SRC emacs-lisp #+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 "org-x"))
(add-to-list 'load-path (nd/expand-local-pkg-directory "om"))
(require 'om)
(require 'org-x) (require 'org-x)
#+END_SRC #+END_SRC
** buffer interface ** buffer interface