summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoboru Ota <[email protected]>2021-11-19 13:45:28 +0100
committerNoboru Ota <[email protected]>2021-11-19 13:45:28 +0100
commit5e99d5f5db6f065db7b66dcf34025caffacdfff5 (patch)
tree933fa6e4210a332c3218392bf5ef63b718e4a2a7
parent9fcc9a8d716254565d06082bc6e861b259c132fd (diff)
doc:(installation) package.el; no need to load
As the main commands such as `org-roam-ui-mode` have `###autoload` cookie, `package.el` takes care of `load-path` and autoloading by itself when a user installs the package. I have tested this on my end. The minor mode command appears in M-x and you can simply call it.
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 2de480c..f4e2a7c 100644
--- a/README.md
+++ b/README.md
@@ -42,12 +42,7 @@ org-roam-ui requires `org-roam`, `websocket`, `simple-httpd`, `f` and Emacs >= 2
M-x package-install org-roam-ui
```
-Load in Emacs (add to config):
-
-```lisp
-(add-to-list 'load-path "~/.emacs.d/private/org-roam-ui")
-(load-library "org-roam-ui")
-```
+There is further configuration is necessary when you use `packge.el` to install ORUI.
### Doom