From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: paxxus Newsgroups: gmane.emacs.help Subject: How can I enable minor mode, always? Date: Thu, 21 Oct 2010 12:46:04 -0700 (PDT) Message-ID: <30023005.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1287810147 1101 80.91.229.12 (23 Oct 2010 05:02:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 23 Oct 2010 05:02:27 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 23 07:02:26 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P9WFK-0002Oo-JL for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Oct 2010 07:02:22 +0200 Original-Received: from localhost ([127.0.0.1]:34351 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9WFK-000483-7g for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Oct 2010 01:02:22 -0400 Original-Received: from [140.186.70.92] (port=34992 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P915i-0001Ib-4r for Help-gnu-emacs@gnu.org; Thu, 21 Oct 2010 15:46:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P915c-0004RP-3F for Help-gnu-emacs@gnu.org; Thu, 21 Oct 2010 15:46:20 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:53320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P915b-0004NZ-W7 for Help-gnu-emacs@gnu.org; Thu, 21 Oct 2010 15:46:16 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1P915Q-0006L4-CD for Help-gnu-emacs@gnu.org; Thu, 21 Oct 2010 12:46:04 -0700 X-Nabble-From: paxxus@hotmail.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Mailman-Approved-At: Sat, 23 Oct 2010 01:01:49 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:75193 Archived-At: 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.