From e941e6b836f343b49f9d67915e16a359f58df249 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 15 Jun 2018 00:08:43 +0200 Subject: [PATCH] feat(look-and-feel): Enable winner-mode --- init/look-and-feel.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init/look-and-feel.el b/init/look-and-feel.el index 67f09834a..c011cb14a 100644 --- a/init/look-and-feel.el +++ b/init/look-and-feel.el @@ -11,6 +11,9 @@ (setq ring-bell-function 'ignore) (setq initial-scratch-message "") +;; Remember layout changes +(winner-mode 1) + ;; Usually emacs will run as a proper GUI application, in which case a few ;; extra settings are nice-to-have: (when window-system