viper-harness-minor-mode

viper-harness-minor-mode is an interactive compiled Lisp function in `viper-cmd.el'.


(viper-harness-minor-mode LOAD-FILE)

Familiarize Viper with a minor mode defined in LOAD-FILE.
Minor modes that have their own keymaps may overshadow Viper keymaps.
This function is designed to make Viper aware of the packages that define
such minor modes.
Usage:
(viper-harness-minor-mode load-file)

LOAD-FILE is the name of the file where the specific minor mode is defined.
Suffixes such as .el or .elc should be stripped.