disabling global-hl-mode in visual-mode

Titus von der Malsburg malsburg at gmail.com
Fri Jun 17 20:43:06 CEST 2011


What's wrong with this solution:

(add-hook 'vimpulse-visual-state-hook (lambda () (interactive) (hl-line-mode)))
(add-hook 'viper-vi-state-hook (lambda () (interactive) (hl-line-mode 1)))


  Titus



More information about the implementations-list mailing list