[emacs] Add ox-dnd

This commit is contained in:
Correl Roush 2020-06-23 21:13:17 -04:00
parent 530f031678
commit 4076f0c53b
2 changed files with 6 additions and 0 deletions

View file

@ -255,6 +255,11 @@ setup.
("\\paragraph{%s}" . "\\paragraph*{%s}")
("\\subparagraph{%s}" . "\\subparagraph*{%s}")))))
#+END_SRC
*** DnD
#+begin_src emacs-lisp
(use-package! ox-dnd
:after ox)
#+end_src
** Capture templates
#+begin_src emacs-lisp
(setq org-capture-templates

View file

@ -20,3 +20,4 @@
(package! org-sticky-header)
(package! kubernetes)
(package! mixed-pitch)
(package! ox-dnd :recipe (:host github :repo "xeals/emacs-org-dnd"))