branch: externals/ivy
commit fc9a933f0bb63fbc8e5d295cdf7f5e98e90981e2
Author: Basil L. Contovounesios <[email protected]>
Commit: Basil L. Contovounesios <[email protected]>
* counsel.el (counsel-fzf-dir-function): #'-quote.
---
counsel.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/counsel.el b/counsel.el
index 7cf68c12b3..a9f8574680 100644
--- a/counsel.el
+++ b/counsel.el
@@ -2754,7 +2754,7 @@ INITIAL-INPUT can be given as the initial minibuffer
input."
(defvar counsel--fzf-dir nil
"Store the base fzf directory.")
-(defvar counsel-fzf-dir-function 'counsel-fzf-dir-function-projectile
+(defvar counsel-fzf-dir-function #'counsel-fzf-dir-function-projectile
"Function that returns a directory for fzf to use.")
(defun counsel-fzf-dir-function-projectile ()