emacs/var/elfeed/db/data/f5/f56b60e476ca10396b23266ffd2c832a38dcb07e
2022-01-03 12:49:32 -06:00

1 line
1.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- SC_OFF --><div class="md"><p>Hi everyone, just FYI: I&#39;m a complete newbie, but here&#39;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: Symbols 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: Symbols 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>&#x200B;</p> <p>``` </p> <p>what do i have to do to fix this?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <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> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/rss4ec/failed_to_download_evil_package/">[comments]</a></span>