From ee44489106706d5b29c0f443303fcfbf657e4838 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 25 Mar 2013 10:40:45 -0700 Subject: [PATCH] Init changes. --- init.el | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index e98f8367..f5e59515 100644 --- a/init.el +++ b/init.el @@ -19,6 +19,7 @@ (normal-top-level-add-subdirs-to-load-path)) (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/zenburn") +(load-theme 'zenburn) ;; ============================================================================= ;; General Emacs Options @@ -181,9 +182,9 @@ '((space-mark 32 [183] [46]) (tab-mark 9 [9655 9] [92 9]))) -(set-face-background 'mode-line "black") -(set-face-foreground 'mode-line "white") -(set-face-background 'mode-line-inactive "black") +;; (set-face-background 'mode-line "black") +;; (set-face-foreground 'mode-line "white") +;; (set-face-background 'mode-line-inactive "black") ;; Customize font-faces (custom-set-faces @@ -207,3 +208,13 @@ ;; ============================================================================= (load-file "~/.emacs.d/emacs-for-python/epy-init.el") + +;; ============================================================================= +;; Customize +;; ============================================================================= +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(custom-safe-themes (quote ("36a309985a0f9ed1a0c3a69625802f87dee940767c9e200b89cdebdb737e5b29" default))))