* 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.
This commit is contained in:
Ihor Radchenko 2023-07-21 10:14:39 +03:00
parent 6a2d84e501
commit 5cf6769747
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -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 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 to globally available keys, like the ones reserved for users (see
[[info:elisp::Key Binding Conventions]]). Here are suggested bindings, [[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 #+begin_src emacs-lisp
(global-set-key (kbd "C-c l") #'org-store-link) (global-set-key (kbd "C-c l") #'org-store-link)