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++ - Convert big endian to little endian when reading from a binary file -

openssl - Load PKCS#8 binary key into Ruby -