mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(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:
@ -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")
|
||||
|
@ -5,7 +5,6 @@ The recommended method is using [use-package][use-package] and
|
||||
|
||||
```
|
||||
(use-package org-roam
|
||||
:after org
|
||||
:hook
|
||||
(after-init . org-roam-mode)
|
||||
:straight (:host github :repo "jethrokuan/org-roam" :branch "develop")
|
||||
@ -28,7 +27,6 @@ git clone https://github.com/jethrokuan/org-roam/ ~/.emacs.d/elisp/org-roam
|
||||
|
||||
```
|
||||
(use-package org-roam
|
||||
:after org
|
||||
:load-path "elisp/"
|
||||
:hook
|
||||
(after-init . org-roam-mode)
|
||||
@ -66,7 +64,6 @@ If you are using Spacemacs, you can easily install org-roam by creating a simple
|
||||
|
||||
(defun org-roam/init-org-roam ()
|
||||
(use-package org-roam
|
||||
:after org
|
||||
:hook
|
||||
(after-init . org-roam-mode)
|
||||
:custom
|
||||
|
Reference in New Issue
Block a user