From 3606f61592559214048a0a782f955475e28b1c1f Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 25 Mar 2013 10:45:07 -0700 Subject: [PATCH] More tweaks. --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index f5e59515..83b29444 100644 --- a/init.el +++ b/init.el @@ -19,7 +19,7 @@ (normal-top-level-add-subdirs-to-load-path)) (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/zenburn") -(load-theme 'zenburn) +(load-theme 'zenburn t) ;; ============================================================================= ;; General Emacs Options @@ -209,6 +209,8 @@ (load-file "~/.emacs.d/emacs-for-python/epy-init.el") +(setq skeleton-pair nil) ;; This stuff sucks. + ;; ============================================================================= ;; Customize ;; =============================================================================