From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Newsgroups: gmane.emacs.help Subject: How do you set a default theme to be used by emacs? Date: Fri, 30 Jul 2010 13:03:21 -0700 (PDT) Organization: http://groups.google.com Message-ID: <032cb48b-af6a-4b1c-8767-cc356e64b69b@g19g2000yqc.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1291860921 14713 80.91.229.12 (9 Dec 2010 02:15:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 02:15:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 03:15:17 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 1PQW2O-0004l9-UI for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 03:15:17 +0100 Original-Received: from localhost ([127.0.0.1]:34144 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQVwt-00082y-T7 for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 21:09:35 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!g19g2000yqc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: 132.183.13.9 Original-X-Trace: posting.google.com 1280520201 990 127.0.0.1 (30 Jul 2010 20:03:21 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 30 Jul 2010 20:03:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g19g2000yqc.googlegroups.com; posting-host=132.183.13.9; posting-account=J_rboAoAAAD3aFlQS_0lyR1POAjQoPF4 User-Agent: G2/1.0 X-HTTP-Via: 1.1 phswsa2.partners.org:80 (IronPort-WSA/6.3.1-028) X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:180234 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:76456 Archived-At: Hello, I am having trouble finding out how to install a default theme. I can see a bunch of themes and select one and use it, but when I log out, it's gone. Here is my .emacs file: (add-to-list 'load-path "~/ elisp") (require 'color- theme) (eval-after-load "color- theme" '(progn (color-theme- initialize) (color-theme-hober))) I have tried to change the (color-theme-hober) to the theme that I want, (color-theme-tty-dark) But that doesn't work. I also have tried to add (color-theme-tty-dark) after (require 'color- theme) I am not sure what I'm doing wrong. Thanks.