Implement this as a minor-mode?
expez opened this issue · 1 comments
expez commented
Same argument as for evil-visualstar
, it would be nice to be able to toggle this mode without having to manually alter advice.
The installation procedure won't change much. Instead of telling the user to (require 'evil-jumper)
you can add an autoload-cookie
to the minor-mode definition and have the users put (evil-jumper-mode 1)
in their .emacs
.
PythonNut commented
+1
Packages should not bind keys unconditionally.