Skip to content

Instantly share code, notes, and snippets.

@bitfade
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitfade/367698255116516077a4 to your computer and use it in GitHub Desktop.
Save bitfade/367698255116516077a4 to your computer and use it in GitHub Desktop.
Easy motion bug test
(require 'package)
(package-initialize)
(require 'evil)
(require 'evil-easymotion)
(evil-mode 1)
(evilem-default-keybindings "SPC")
abc
abc
abc
abc
@bitfade
Copy link
Author

bitfade commented Jun 12, 2015

emacs -Q -l init.el test.txt

d SPC j s

result

bc
abc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment