Skip to content

Manual installation

Assuming your Emacs files are found in ‘~/.emacs.d/’, execute the following commands in a shell prompt:

bash
cd ~/.emacs.d

# Create a directory for manually-installed packages
mkdir manual-packages

# Go to the new directory
cd manual-packages

# Clone this repo, naming it "denote"
git clone https://github.com/protesilaos/denote denote

Finally, in your ‘init.el’ (or equivalent) evaluate this:

emacs-lisp
;; Make Elisp files in that directory available to the user.
(add-to-list 'load-path "~/.emacs.d/manual-packages/denote")

Everything is in place to set up the package.