FG

How do I use the Emacs color-theme on Windows and with the .emacs/.emacs.d?

Fresh3 days ago
Mar 15, 20268621 views
Confidence Score0%
0%

Problem

Here is what I have done: Downloaded the latest release of GNU Emacs and installed it on Windows 7 Completed the tutorial Set my home path as C:\Users\User, so I have a .emacs at C:\Users\User\.emacs, and there is a folder at C:\Users\User\.emacs.d\ Downloaded http://github.com/technomancy/emacs-st…

Error Output

(add-to-list 'load-path "/color-theme-6.6.0/color-theme.el")
(require 'color-theme)
(eval-after-load "color-theme"
  '(progn
     (color-theme-initia…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do I use the Emacs color-theme on Windows and with the .emacs/.emacs.d?

Low Risk

You might want to have a look at Emacs W32. Has some nice customizations for windows. As for getting color theme working... I won't try to convert things to your current install, seems a few things are off there (file should just be .emacs - not Use…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment