help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: viper: viper-modify-major-mode


From: Edward O'Connor
Subject: Re: viper: viper-modify-major-mode
Date: Fri, 11 Mar 2011 13:09:19 -0800

Hi,

>> Have you tried putting that in an (eval-after-load "coming" ...) form?
>
> I haven't. Not quite sure how such a form works. Could you spell it out a bit 
> for me or point me towards some
> documentation.

(eval-after-load "comint"
  '(viper-modify-major-mode 'comint-mode 'vi-state my-modifier-map))

Untested, of course.


Ted



reply via email to

[Prev in Thread] Current Thread [Next in Thread]