Skip to content

Commit

Permalink
Add special- prefix to support evil-lispy
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Aug 10, 2023
1 parent 3f95a9c commit d7dbd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acm/acm.el
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
;; Avoid flashing completion menu when backward delete char
grammatical-edit-backward-delete backward-delete-char-untabify
python-indent-dedent-line-backspace delete-backward-char hungry-delete-backward
"\\`acm-" "\\`scroll-other-window" "\\`special-lispy-" "\\`lispy-")
"\\`acm-" "\\`scroll-other-window" "\\`special-lispy-" "\\`special-" "\\`lispy-")
"Continue ACM completion after executing these commands."
:type '(repeat (choice regexp symbol))
:group 'acm)
Expand Down

0 comments on commit d7dbd6f

Please sign in to comment.