bauer icon indicating copy to clipboard operation
bauer copied to clipboard

function definition is void: evil-mode after adding evil to bauer

Open codygman opened this issue 5 years ago • 0 comments

After making this change:

+ **** evil
+ #+BEGIN_SRC emacs-lisp
+ (use-package evil
+   :ensure t
+   :config
+   (evil-mode 1))
+ #+END_SRC

I get this error when building:

Error (use-package): evil/:config: Symbol's function definition is void: evil-mode

commit: https://git.sr.ht/~codygman/codygman-emacs/commit/a3d24e9b8b3e440a2d83febba58e5663709ed0ca

codygman avatar Jul 29 '19 16:07 codygman