Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide option for evil-mode during generation #37

Open
dylanfw opened this issue Aug 24, 2018 · 2 comments
Open

Provide option for evil-mode during generation #37

dylanfw opened this issue Aug 24, 2018 · 2 comments

Comments

@dylanfw
Copy link

dylanfw commented Aug 24, 2018

No description provided.

@rakanalh
Copy link
Contributor

Hi @dylanfw.

I like this suggestion. However, i don't use evil and am not sure if just installing the package is enough without any configuration. It would be great if an evil-mode user could contribute his/her configs.

@Hettomei
Copy link
Contributor

Hettomei commented Jan 7, 2020

Hi. I'm new to emacs but very good user of vim.

I would say, here is the very minimum evil configuration :

;; cat elisp/evil-config.el

;; load evil
(use-package evil
  :ensure t
  :init
  (setq evil-search-module 'evil-search)
  :config
  (evil-mode 1)

(provide 'evil-config)

Edit: remove a binding to C-x which I think is a very newbie idea :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants