summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2026-03-22 09:35:14 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2026-03-22 09:35:40 +0100
commite608ccb4c19caabae3fe37d71e41891feec23601 (patch)
tree0cf0bbeec1a8e035e09ee7a0f876e93dd9f7bb05 /README.org
parenta326a0575fe5ca574f6607557dbb8bd6ce83dbbd (diff)
Update dabbrev-capf example
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 90df836..583a970 100644
--- a/README.org
+++ b/README.org
@@ -314,7 +314,7 @@ personal configuration.
#'ignore-elisp-keywords)))
;; Example 8: Catch errors with `cape-wrap-silent'.
-(advice-add 'dabbrev-capf :around #'cape-wrap-silent)
+(advice-add 'dabbrev-capf :around #'cape-wrap-silent) ;; Was necessary on Emacs 30
(advice-add 'pcomplete-completions-at-point :around #'cape-wrap-silent) ;; Was necessary on Emacs 28
#+end_src