How to set Emacs theme? -


i new emacs , wondering how load theme of choosing (http://lambda.nirv.net/m/files/color-theme-chocolate-rain.el)

i on ubuntu, , have no idea doing (yet :p) in regards emacs, part.

this should work (you need change color-theme-tty-dark color-theme-chocolate-rain:

;; enable color theme (require 'color-theme) (color-theme-initialize) (color-theme-tty-dark) 

Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -