From 0aee6f76b3f43cacb1c59057c10734b46632b90c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 22 Jan 2018 21:04:58 +0100 Subject: [PATCH] manual.org: Fix typo --- contrib/manual.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/contrib/manual.org b/contrib/manual.org index dbfece3fd..9b786be25 100644 --- a/contrib/manual.org +++ b/contrib/manual.org @@ -175,10 +175,11 @@ time to check the list. #+findex: org-capture #+findex: org-store-link #+findex: org-iswitchb -The four Org commands ~org-store-link~, ~org-capture~, ~org-agenda~, -and ~org-iswitchb~ be accessible through global keys---i.e., anywhere -in Emacs, not just in Org buffers. Here are suggested bindings for -these keys, please modify the keys to your own liking. +For a better experience, the four Org commands ~org-store-link~, +~org-capture~, ~org-agenda~, and ~org-iswitchb~ ought to be accessible +through global keys---i.e., anywhere in Emacs, not just in Org +buffers. Here are suggested bindings for these keys, please modify +the keys to your own liking. #+begin_src emacs-lisp (global-set-key "\C-cl" 'org-store-link)