Skip to content

Commit

Permalink
* counsel.el (counsel-fzf-dir-function): #'-quote.
Browse files Browse the repository at this point in the history
  • Loading branch information
basil-conto committed Jan 9, 2025
1 parent 9fa8ba5 commit fc9a933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counsel.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit fc9a933

Please sign in to comment.