diff options
author | Noboru Ota <[email protected]> | 2021-11-19 13:45:28 +0100 |
---|---|---|
committer | Noboru Ota <[email protected]> | 2021-11-19 13:45:28 +0100 |
commit | 5e99d5f5db6f065db7b66dcf34025caffacdfff5 (patch) | |
tree | 933fa6e4210a332c3218392bf5ef63b718e4a2a7 /README.md | |
parent | 9fcc9a8d716254565d06082bc6e861b259c132fd (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.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |