Closed p3r7 closed 7 years ago
Thanks, fixed.
I still have this issue with function-args
20170822.1002.
In my cc-mode
configuration I have the following code:
(use-package function-args
:pin "MELPA"
:diminish function-args-mode
:config
(fa-config-default)
This triggers the following error:
Error (use-package): cc-mode :config: Symbol’s function definition is void: ivy-set-actions
After updating via default package manager, I get the following error on emacs start:
I assume that this is due to missing dependency swiper/ivy on my system.
Maybe all there is to do is to make this dependency explicit ?