Color theme installation for Emacs in Windows 7

Source: Internet
Author: User


Table of contents

  • 1 Why we need color-theme
  • 2 download color-theme
  • 3 Configuration
  • 4 usage
1 Why we need color-theme?

Everyone has his/her style. I perfer the latter. Which do you like?

2 download color-theme
  • Address: http://download.savannah.gnu.org/releases/color-theme/
  • Download ZIP file for Windows.
3 Configuration
  • New a directoryEmacs_site_lispIn home directory.
  • How to know your home directory? Open eshell, thencd, Thenpwd, You will see the home directory.
  • Unzip the download file, and put it in the DirEmacs_site_lisp.
  • Add configuration to. emacs.Note: we cannot use the configuration on the websit. It doesn't work.
(setq load-path (append load-path (list "~/emacs_site_lisp")))(setq load-path (append load-path (list "~/emacs_site_lisp/color-theme-6.6.0")))(require 'color-theme)(eval-after-load "color-theme"'(progn(color-theme-initialize)(color-theme-gnome2))) ;;what ever you like, I like color-theme-gnome2
4 usage

If you want to change the color theme when you 've opened the emacs, use this command: M-x color-theme-TabSelect which you like

  • My favorit theme?Color-thme-gnome2

Date: 19:43:29

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.