branch: externals/tmr commit e750bd748103ab94b646b4c68e53e251f5cf25e4 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use correct path in documentation --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 033e305733..066944e2e3 100644 --- a/README.org +++ b/README.org @@ -61,7 +61,7 @@ Finally, in your =init.el= (or equivalent) evaluate these: #+begin_src emacs-lisp ;; Make Elisp files in that directory available to the user. -(add-to-list 'load-path "~/.emacs.d/manual-packages/") +(add-to-list 'load-path "~/.emacs.d/manual-packages/tmr") ;; Load the `tmr' library (require 'tmr)