From f26e83592965189a562e8d6fa7f6d064c0d64d24 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sun, 12 Dec 2021 23:10:13 +0100 Subject: README: Do not use hashed symbol --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 4db0a7c..405af91 100644 --- a/README.org +++ b/README.org @@ -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 -- cgit v1.0