mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Add ox-dnd
This commit is contained in:
parent
530f031678
commit
4076f0c53b
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -20,3 +20,4 @@
|
|||
(package! org-sticky-header)
|
||||
(package! kubernetes)
|
||||
(package! mixed-pitch)
|
||||
(package! ox-dnd :recipe (:host github :repo "xeals/emacs-org-dnd"))
|
||||
|
|
Loading…
Reference in a new issue