Update README.org

This commit is contained in:
Rafael Accácio Nogueira
2020-09-23 15:08:24 +02:00
committed by GitHub
parent 91d00cea8b
commit edd825cc3b

View File

@@ -19,6 +19,21 @@ do the following:
(add-hook 'org-mode-hook 'org-krita-mode))
#+end_src
Or, if you are using Doom emacs you can add this to your =packages.el=:
#+begin_src emacs-lisp
(package! org-krita
:recipe (:host github
:repo "lepisma/org-krita"
:files ("resources" "resources" "*.el" "*.el")))
#+end_src
and this to your =config.el=:
#+begin_src emacs-lisp
(use-package! org-krita
:config
(add-hook 'org-mode-hook 'org-krita-mode))
#+end_src
=org-krita= creates a new org link type called =krita= that:
- when clicked on, opens krita for editing the file linked, and
- shows the updated image preview inline if =org-krita-mode= is enabled.