summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-07-10 21:21:44 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2024-07-10 21:21:44 +0200
commite8b5667b19ebe1a451b6c5514e023b21571995d9 (patch)
tree3ff4118b3f87cfde66285cfe3fa75c4b31ab1e96 /README.org
parent040c1ee30b6ff766ba0f3e1458b43ce4a65f068b (diff)
Simplify example configuration
Diffstat (limited to 'README.org')
-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