all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How can I enable minor mode, always?
@ 2010-10-21 19:46 paxxus
  2010-10-23 10:57 ` PJ Weisberg
  2010-10-26 23:49 ` paxxus
  0 siblings, 2 replies; 8+ messages in thread
From: paxxus @ 2010-10-21 19:46 UTC (permalink / raw)
  To: Help-gnu-emacs


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.




^ permalink raw reply	[flat|nested] 8+ messages in thread
[parent not found: <mailman.3.1287810110.20231.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2010-10-29 18:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-21 19:46 How can I enable minor mode, always? paxxus
2010-10-23 10:57 ` PJ Weisberg
2010-10-23 15:15   ` Drew Adams
2010-10-26 23:49 ` paxxus
2010-10-27  6:43   ` Oleksandr Gavenko
2010-10-27 16:07   ` PJ Weisberg
2010-10-28  8:57     ` Oleksandr Gavenko
     [not found] <mailman.3.1287810110.20231.help-gnu-emacs@gnu.org>
2010-10-29 18:20 ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.