diff options
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,7 +205,7 @@ idle/auto-completion mode. There is at least one completion function, which affects the Eshell: #+begin_src emacs-lisp - (advice-add #'pcomplete-completions-at-point :around #'cape-repair-misbehaving-capf) + (advice-add 'pcomplete-completions-at-point :around #'cape-repair-misbehaving-capf) #+end_src ** Other Capf transformers |
