I’ve always been more a vi user but for some random reason i decided to give emacs a try again. I don’t take either side in the vi vs. emacs debate, they both have a purpose and a use. The first thing i did was setup a decent color theme for myself, which was actually more work than expected since I’m an emacs noob.For vim I find zenburn to be very easy on the eyes for long hours of coding. Apparently the same color scheme has been made available by Dan Brockman, but the link is dead as far as I can tell. Google cache to the rescue! I’ve mirrored the file here for anyone who may search in the future.The relevant portions of my .emacs:;; make zenburn available to color-theme-select(add-to-list 'color-themes'(color-theme-zenburn "ZenBurn" "Daniel Brockman <daniel@brockman.se>"));; load the color-theme elisp itself(load-file “~/.emacs.d/themes/zenburn.el”);; activate it(color-theme-zenburn)
WebFramp
passing thoughts on the web
Post a Comment