You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First thank you for the great vid's and contributions. I'm new to emacs and this will explain al lot and help me starting.
I heard you complaining about the ivy-mode not loading automaticly, as it should. I had a look in it and found the problem.
In your init.el file you set the use-package ivy... within the same parentesies you find the '(ivy-mode 1)' call. If you'll take these out off the parentesies and put hem below it does work.
Hi Daviwil,
First thank you for the great vid's and contributions. I'm new to emacs and this will explain al lot and help me starting.
I heard you complaining about the ivy-mode not loading automaticly, as it should. I had a look in it and found the problem.
In your init.el file you set the use-package ivy... within the same parentesies you find the '(ivy-mode 1)' call. If you'll take these out off the parentesies and put hem below it does work.
So the code should changed to:
I'm not much further in you're vid's but I see you have this issue at more places in you're file. This might help!
The text was updated successfully, but these errors were encountered: