about summary refs log tree commit diff
path: root/init/look-and-feel.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-06-14T22·08+0200
committerVincent Ambo <tazjin@gmail.com>2018-06-14T23·15+0200
commite941e6b836f343b49f9d67915e16a359f58df249 (patch)
treec8fe18d1f215ea2925c956205994c1b48e7140f8 /init/look-and-feel.el
parent221c60e44864272785bab9f012c9128af021b9b6 (diff)
feat(look-and-feel): Enable winner-mode
Diffstat (limited to 'init/look-and-feel.el')
-rw-r--r--init/look-and-feel.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init/look-and-feel.el b/init/look-and-feel.el
index 67f09834ae..c011cb14a8 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