Always bind ctrlf-cancel

This commit is contained in:
David Morgan 2021-08-18 21:05:27 +01:00
parent 18aab103e8
commit 3af891c734
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
(ctrlf-default-search-style 'fuzzy-regexp)
(ctrlf-alternate-search-style 'literal)
:bind
("C-M-g" . ctrlf-cancel) ;; always bind this in case we have left the minibuffer
("C-*" . ctrlf-forward-symbol-at-point))
(use-package smartscan