I have the following line in my init.el:
(ivy-set-actions 't nil)
When using functions that define no additional actions (I tested this with find-file-at-point, but it works with other functions as well) I get the error Symbol’s function definition is void: nil.
I have the following line in my
init.el
:(ivy-set-actions 't nil)
When using functions that define no additional actions (I tested this withfind-file-at-point
, but it works with other functions as well) I get the errorSymbol’s function definition is void: nil
.