diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2024-07-10 21:21:44 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-07-10 21:21:44 +0200 |
| commit | e8b5667b19ebe1a451b6c5514e023b21571995d9 (patch) | |
| tree | 3ff4118b3f87cfde66285cfe3fa75c4b31ab1e96 /README.org | |
| parent | 040c1ee30b6ff766ba0f3e1458b43ce4a65f068b (diff) | |
Simplify example configuration
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -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 |
