浏览代码

org-manual: Fix suggested bindings

* doc/org-manual.org (Activation): Fix and clarify bindings, using
  `kbd' macro.
Nicolas Goaziou 6 年之前
父节点
当前提交
0b98efdcd9
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      doc/org-manual.org

+ 3 - 3
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 (kbd "C-c l") 'org-store-link)
+(global-set-key (kbd "C-c a") 'org-agenda)
+(global-set-key (kbd "C-c c") 'org-capture)
 #+end_src
 
 #+cindex: Org mode, turning on