mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-22 03:00:05 +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}")
|
("\\paragraph{%s}" . "\\paragraph*{%s}")
|
||||||
("\\subparagraph{%s}" . "\\subparagraph*{%s}")))))
|
("\\subparagraph{%s}" . "\\subparagraph*{%s}")))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
*** DnD
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package! ox-dnd
|
||||||
|
:after ox)
|
||||||
|
#+end_src
|
||||||
** Capture templates
|
** Capture templates
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq org-capture-templates
|
(setq org-capture-templates
|
||||||
|
|
|
@ -20,3 +20,4 @@
|
||||||
(package! org-sticky-header)
|
(package! org-sticky-header)
|
||||||
(package! kubernetes)
|
(package! kubernetes)
|
||||||
(package! mixed-pitch)
|
(package! mixed-pitch)
|
||||||
|
(package! ox-dnd :recipe (:host github :repo "xeals/emacs-org-dnd"))
|
||||||
|
|
Loading…
Reference in a new issue