ADD om.el import
This commit is contained in:
parent
95dc83f359
commit
4106c33e81
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue