0

viper.el is hardcoded to disable viper in compilation-mode. How can I fix this without modifying the original file?

Natan Yellin
  • 6,063
  • 5
  • 38
  • 57

2 Answers2

2

If you really want to do this, you should be able to customize the variable viper-emacs-state-mode-list and remove compilation-mode.

Luke Girvin
  • 13,221
  • 9
  • 64
  • 84
0

Have you tried running "M-x viper-mode"? That's what I do when I end up in a buffer in which it has been disabled, or at least not enabled.

Howard West
  • 381
  • 3
  • 6