[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [PATCH] doc/org-manual→ Intro→ Activation: add space in the command
From: |
Дилян Палаузов |
Subject: |
[O] [PATCH] doc/org-manual→ Intro→ Activation: add space in the command binding |
Date: |
Sun, 23 Sep 2018 05:33:41 +0000 |
… otherwise emacs 26.1 says “error: C- must prefix a single character”
---
doc/org-manual.org | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/org-manual.org b/doc/org-manual.org
index ed59adca6..888b60596 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -185,9 +185,9 @@ to globally available keys, like the ones reserved for
users (see
bindings, please modify the keys to your own liking.
#+begin_src emacs-lisp
-(global-set-key "\C-cl" 'org-store-link)
-(global-set-key "\C-ca" 'org-agenda)
-(global-set-key "\C-cc" 'org-capture)
+(global-set-key "\C-c l" 'org-store-link)
+(global-set-key "\C-c a" 'org-agenda)
+(global-set-key "\C-c c" 'org-capture)
#+end_src
#+cindex: Org mode, turning on
--
2.19.0.dirty
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [O] [PATCH] doc/org-manual→ Intro→ Activation: add space in the command binding,
Дилян Палаузов <=