1 line
1.8 KiB
Plaintext
1 line
1.8 KiB
Plaintext
<!-- SC_OFF --><div class="md"><p>Hi everyone, just FYI: I'm a complete newbie, but here's the problem.</p> <p>I added this lines to my init.el file:</p> <p>```</p> <p>(use-package evil</p> <p>:ensure t ;; install if not already installed</p> <p>:init ;; start configuration</p> <p>(setq evil-want-integration t) ;; set to t by default</p> <p>(setq evil-want-keybinding nil)</p> <p>(setq evil-vsplit-window-right t)</p> <p>(setq evil-split-window-below t)</p> <p>(evil-mode))</p> <p>(use-package evil-collection</p> <p>:after evil</p> <p>:ensure t</p> <p>:config</p> <p>(evil-collection-init))</p> <p>```<br/> but when i evaluate the buffer, i get these errors in the warnings buffer:</p> <p>```</p> <p>Error (use-package): Failed to install evil: Package ‘evil-’ is unavailable</p> <p>Error (use-package): evil/:init: Symbol’s function definition is void: evil-mode</p> <p>Error (use-package): Cannot load evil</p> <p>Error (use-package): Failed to install evil-collection: Package ‘evil-collection-’ is unavailable</p> <p>Error (use-package): Failed to install evil: Package ‘evil-’ is unavailable</p> <p>Error (use-package): evil/:init: Symbol’s function definition is void: evil-mode</p> <p>Error (use-package): Cannot load evil</p> <p>Error (use-package): Failed to install evil-collection: Package ‘evil-collection-’ is unavailable</p> <p>​</p> <p>``` </p> <p>what do i have to do to fix this?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Dumb-Ptr"> /u/Dumb-Ptr </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rss4ec/failed_to_download_evil_package/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/rss4ec/failed_to_download_evil_package/">[comments]</a></span> |