Cannot set default emacs color theme in .emacs file -
i searched everywhere , people suggest following code setting default color theme:
(require 'color-theme) (color-theme-name)
however, doesn't work. when start emacs error:
warning (initialization): error occurred while loading `/home/epsilonvector/.emacs':
symbol's function definition void: color-theme-name
to ensure normal operation, should investigate , remove cause of error in initialization file. start emacs `--debug-init' option view complete error backtrace.
this happens every theme name, ones correctness i'm sure of.
what missing?
try insert (color-theme-initialize)
in between require , call theme name.
Comments
Post a Comment