From e8b5667b19ebe1a451b6c5514e023b21571995d9 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Wed, 10 Jul 2024 21:21:44 +0200 Subject: Simplify example configuration --- README.org | 13 +++---------- 1 file 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 -- cgit v1.0