From 43cb5ecf8cd800a2b8a956fb5c3135a5ad6dcafa Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 1 Jan 2013 21:38:50 +0200 Subject: [PATCH] enabled winner-mode by default --- core/prelude-editor.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/prelude-editor.el b/core/prelude-editor.el index e9945d6..28f1f81 100644 --- a/core/prelude-editor.el +++ b/core/prelude-editor.el @@ -338,6 +338,9 @@ indent yanked text (with prefix arg don't indent)." ;; enable Prelude's keybindings (prelude-global-mode t) +;; enable winner-mode to manage window configurations +(winner-mode +1) + (provide 'prelude-editor) ;;; prelude-editor.el ends here