(docs): remove :after from package install (#186)

Some of org-roam's functions (e.g. org-roam-today and
org-roam-find-file) should not need to have org loaded before use.
This commit is contained in:
Jethro Kuan
2020-02-26 11:00:24 +08:00
committed by GitHub
parent 5b96cf806f
commit f1fb9f4680
2 changed files with 0 additions and 4 deletions

View File

@ -41,7 +41,6 @@ The recommended method is using use-package and straight, or a similar package m
```emacs-lisp
(use-package org-roam
:after org
:hook
(after-init . org-roam-mode)
:straight (:host github :repo "jethrokuan/org-roam" :branch "develop")