branch: externals/org commit 5cf67697470ee1b294ca5a50de933aed891c59a6 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
* doc/org-manual.org (Activation): Add link to Emacs init file docs Make it clear to the new users where to add the Elisp code. --- doc/org-manual.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 987a293549..c14b16aba1 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -188,7 +188,7 @@ For a better experience, the three Org commands ~org-store-link~, Emacs, not just in Org buffers. To that effect, you need to bind them to globally available keys, like the ones reserved for users (see [[info:elisp::Key Binding Conventions]]). Here are suggested bindings, -please modify the keys to your own liking. +please modify the keys to your own liking in your [[info:emacs#Init File][personal init file]]. #+begin_src emacs-lisp (global-set-key (kbd "C-c l") #'org-store-link)