From 5e99d5f5db6f065db7b66dcf34025caffacdfff5 Mon Sep 17 00:00:00 2001 From: Noboru Ota Date: Fri, 19 Nov 2021 13:45:28 +0100 Subject: 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. --- README.md | 7 +------ 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3