summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.org b/README.org
index 9f446fa..5d918f9 100644
--- a/README.org
+++ b/README.org
@@ -85,7 +85,7 @@ information.
;; Add extensions
(use-package cape
;; Bind prefix keymap providing all Cape commands under a mnemonic key.
- ;; Press C-c p ? for help.
+ ;; Press C-c p ? to for help.
:bind ("C-c p" . cape-prefix-map) ;; Alternative keys: M-p, M-+, ...
;; Alternatively bind Cape commands individually.
;; :bind (("C-c p d" . cape-dabbrev)
@@ -100,15 +100,8 @@ information.
(add-hook 'completion-at-point-functions #'cape-dabbrev)
(add-hook 'completion-at-point-functions #'cape-file)
(add-hook 'completion-at-point-functions #'cape-elisp-block)
- ;;(add-hook 'completion-at-point-functions #'cape-history)
- ;;(add-hook 'completion-at-point-functions #'cape-keyword)
- ;;(add-hook 'completion-at-point-functions #'cape-tex)
- ;;(add-hook 'completion-at-point-functions #'cape-sgml)
- ;;(add-hook 'completion-at-point-functions #'cape-rfc1345)
- ;;(add-hook 'completion-at-point-functions #'cape-abbrev)
- ;;(add-hook 'completion-at-point-functions #'cape-dict)
- ;;(add-hook 'completion-at-point-functions #'cape-elisp-symbol)
- ;;(add-hook 'completion-at-point-functions #'cape-line)
+ ;; (add-hook 'completion-at-point-functions #'cape-history)
+ ;; ...
)
#+end_src