branch: master commit cf78d42eb455f263dd6410e22bb486e83119723d Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
counsel.el (counsel-find-file): Add :caller --- counsel.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/counsel.el b/counsel.el index 1c43b6e..31b0ba0 100644 --- a/counsel.el +++ b/counsel.el @@ -1120,7 +1120,8 @@ When INITIAL-INPUT is non-nil, use it in the minibuffer during completion." (when f (expand-file-name f)))) :require-match 'confirm-after-completion :history 'file-name-history - :keymap counsel-find-file-map)) + :keymap counsel-find-file-map + :caller 'counsel-find-file)) (defun counsel-up-directory () "Go to the parent directory preselecting the current one."