emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Color theme loading on startup


From: Eric S Fraga
Subject: Re: [O] Color theme loading on startup
Date: Wed, 8 Jul 2015 14:06:08 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux)

On Wednesday,  8 Jul 2015 at 14:08, Daniel Hertrich wrote:
> Hi guys,
>
> quick question, as I don’t really see any root cause for this:
>  
> Whenever I try to load a color theme directly from .emacs using load-theme, 
> e.g.
>
> (load-theme 'cyberpunk)

[...]

I am not sure what causes the behaviour you see but I can say that I use
the following sequence to set the particular colour theme I want:

    (require 'color-theme)
    (color-theme-initialize)
    (color-theme-blue-sea)

The second line makes all the colour themes available and you can see
them all by M-x color-theme TAB.

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-1260-gcedef7



reply via email to

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