diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2024-09-12 18:10:55 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-09-12 18:14:08 +0200 |
| commit | ae98ec2b0c91f01229f63b1120df1d882d7b20da (patch) | |
| tree | 8869688e408e62e2e966bf9caedc182dfea90c9d /README.org | |
| parent | 9110956a5155d5e3c460160fa1b4dac59322c229 (diff) | |
Require Emacs 28.1
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -257,8 +257,8 @@ personal configuration. #+begin_src emacs-lisp ;; Example 1: Sanitize the `pcomplete-completions-at-point' Capf. The Capf has -;; undesired side effects on Emacs 28 and earlier. These advices are not needed -;; on Emacs 29 and newer. +;; undesired side effects on Emacs 28. These advices are not needed on Emacs 29 +;; and newer. (when (< emacs-major-version 29) (advice-add 'pcomplete-completions-at-point :around #'cape-wrap-silent) (advice-add 'pcomplete-completions-at-point :around #'cape-wrap-purify)) |
