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

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

How can I enable minor mode, always?


From: paxxus
Subject: How can I enable minor mode, always?
Date: Thu, 21 Oct 2010 12:46:04 -0700 (PDT)

Hi,

I want to always have the highlight-80+ mode enabled. In my .emacs file I
have:

(load "~/Emacs/highlight-80+.el")
(require 'highlight-80+)
(highlight-80+-mode 1)

However, when I start Emacs the highlight-80+ is not active, I have to
manually enable it for each new buffer I open.

My other modes, I want to always have enabled, are enabled as follows (and
it works for those modes):
(show-paren-mode 1)
(setq-default show-trailing-whitespace t)
(setq column-number-mode t)

As you can see each mode is enabled is slightly different ways, very
confusing. Unfortunately none of these methods works for highlight-80+.
-- 
View this message in context: 
http://old.nabble.com/How-can-I-enable-minor-mode%2C-always--tp30023005p30023005.html
Sent from the Emacs - Help mailing list archive at Nabble.com.




reply via email to

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