Mention literate-elisp-load on file open

This commit is contained in:
contrapunctus 2022-04-14 22:22:17 +05:30
parent 1bf960b6e0
commit 73be9670b7
1 changed files with 3 additions and 0 deletions

View File

@ -220,6 +220,9 @@ Evaluate or add to your init.el the following -
:PROPERTIES:
:CUSTOM_ID: how-to-literate-elisp
:END:
The literate Org document will automatically =literate-elisp-load= itself when opened, if =literate-elisp= is installed via =package.el=.
If you want it to be loaded with =literate-elisp-load= on Emacs startup, add the following to your init.el -
#+BEGIN_SRC emacs-lisp
(add-to-list 'load-path "<directory containing chronometrist.org>")