mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
General refactor & cleanup
This commit is contained in:
@ -10,9 +10,8 @@
|
||||
face to render it with.")
|
||||
|
||||
(defmacro +ivy-do-action! (action)
|
||||
"A factory function that returns an interactive lamba that sets the current
|
||||
ivy action and immediately runs it on the current candidate (ending the ivy
|
||||
session)."
|
||||
"Returns an interactive lambda that sets the current ivy action and
|
||||
immediately runs it on the current candidate (ending the ivy session)."
|
||||
`(lambda ()
|
||||
(interactive)
|
||||
(ivy-set-action ,action)
|
||||
|
Reference in New Issue
Block a user