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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -