Author: Nikolaj SchumacherNikolaj Schumacher Date: Sep 16, 2008 01:50
tomer walla.co.il> wrote:
> sorry for the basic question.
> I want to remove the underscore as a delimiter. in other words
> characters concatanate with underscore will be define as single word.
You'll need to use (modify-syntax-entry ?_ "w") in the mode hook.
regards,
Nikolaj Schumacher
|