From 5cf67697470ee1b294ca5a50de933aed891c59a6 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Fri, 21 Jul 2023 10:14:39 +0300 Subject: [PATCH] * 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 987a29354..c14b16aba 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)