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

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

Re: how to load a minor-mode at startup


From: Kevin Rodgers
Subject: Re: how to load a minor-mode at startup
Date: Tue, 30 Dec 2008 21:33:54 -0700
User-agent: Thunderbird 2.0.0.18 (Macintosh/20081105)

Aurélien Bottazini wrote:
 I am an emacs beginner.

I can't find a way to load one of my minor mode automatically.
It's whitespace-mode coming from whitespace.el.

in my init.el I have put:
(require 'whitespace)

I have tried to put after it something like
(whitespace-mode)
or (whitespace-mode t) but it does not work.

I always have to activate whitespace-mode by hand with
 M-x whitespace-mode

In which buffer(s) do you want to use whitespace mode?

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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