branch: externals/org-transclusion commit c7159927baf4bd73742abbcd86cb114bfcf9e17f Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
docs:README minor update --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index b789fa792b..e6bf2e60b0 100644 --- a/README.org +++ b/README.org @@ -95,7 +95,7 @@ GNU ELPA should be already set up in your Emacs by default. If you wish to add G #+BEGIN_SRC elisp (add-to-list 'package-archives - '("gnu-devel" . "https://elpa.gnu.org/devel/") t) + '("gnu-devel" . "https://elpa.gnu.org/devel/") :append) #+END_SRC Refresh the archive with ~M-x package-refresh-contents RET~ and you can do ~M-x package-install RET org-transclusion~ to install it. Alternatively, you can use ~package-list-packages~.