From a955b8107f8484f02be4300cc5e86a6daf730efb Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sat, 6 Nov 2010 21:28:48 -0500 Subject: Aquamacs comes with more features so I removed some mac stuff. --- init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 1477e6c..8a8c5d0 100644 --- a/init.el +++ b/init.el @@ -75,6 +75,11 @@ (scroll-bar-mode -1) ; remove scroll bar (visual-line-mode t) ; word wrap break on whitespace (global-hl-line-mode t) + + ;; twilight theme + (require 'color-theme) + (load "color-theme-twilight") + (color-theme-twilight) )) ;; terminal -- cgit v1.2.3