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