- Download onboard.el
- Open a terminal
- Run the shell command:
emacs -q --load ~/path/to/onboard.el
-- or --
- Download onboard.el
- Copy/paste this into your ~/.emacs.d/init.el file; don't forget to update the path:
(load-file (expand-file-name "~/path/to/onboard.el"))
- Restart Emacs