Skip to content

Commit

Permalink
fix: correct function name in ivy-add-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimAziev committed Jul 8, 2024
1 parent 7a02a22 commit 02d043c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions counsel-extra.el
Original file line number Diff line number Diff line change
Expand Up @@ -711,8 +711,7 @@ Also it is configures `ivy-sort-functions-alist'."
:sort-fn #'counsel-extra-ivy-sort-file-function
:display-transformer-fn #'counsel-extra-read-file-display-transformer)
(ivy-add-actions 'read-file-name-internal
'(("o" counsel-extra--expand-dir-maybe-action
"default")))
'(("o" counsel-extra-expand-dir-maybe-action "default")))
(add-to-list 'ivy-sort-functions-alist
'(read-file-name-internal
. counsel-extra-ivy-sort-file-function)))
Expand Down

0 comments on commit 02d043c

Please sign in to comment.