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

Port README from bitbucket #738

Merged
merged 1 commit into from
Jan 21, 2017
Merged

Port README from bitbucket #738

merged 1 commit into from
Jan 21, 2017

Conversation

TheBB
Copy link
Member

@TheBB TheBB commented Jan 19, 2017

No description provided.

@TheBB TheBB mentioned this pull request Jan 19, 2017
6 tasks
@ninrod
Copy link
Member

ninrod commented Jan 19, 2017

I had quite some difficulty setting up a clean emacs install with evil mode, comming from vim.

As evil-mode is a prereq for any vim expatriate, I think we could provide a modern, full and clean init.el for new vim converts in the readme:

(require 'package)
(setq package-archives '(("melpa" . "~/.emacs.d/mirror-elpa/melpa/")))
(package-initialize)
(unless (package-installed-p 'use-package)
  (package-refresh-contents)
  (package-install 'use-package))

(use-package evil
  :ensure t
  :config
  (evil-mode))

Thoughts?

@TheBB
Copy link
Member Author

TheBB commented Jan 21, 2017

We can overhaul it later, right now I just want it visible. There are some issues with your version though.

@TheBB TheBB merged commit 5259754 into emacs-evil:master Jan 21, 2017
@TheBB TheBB deleted the readme branch January 21, 2017 08:24
@ninrod
Copy link
Member

ninrod commented Jan 21, 2017

Oh yes, I see, I'm using a local package archive. I'll open a separate issue later with the fixes. thanks.

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

Successfully merging this pull request may close these issues.

2 participants