Skip to content

Commit

Permalink
Merge pull request bbatsov#609 from danielwuz/fix-init-evil
Browse files Browse the repository at this point in the history
enabled evil-visualstar by default
  • Loading branch information
bbatsov committed Jul 16, 2014
2 parents 84fac2c + a3f6b0e commit ef381ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/prelude-evil.el
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@

(prelude-require-packages '(evil goto-chg evil-surround evil-visualstar evil-numbers))

(require 'evil-visualstar)

(setq evil-mode-line-format 'before)

(setq evil-emacs-state-cursor '("red" box))
Expand Down

0 comments on commit ef381ed

Please sign in to comment.