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
Post a Comment