diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-06-14T22·08+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-06-14T23·15+0200 |
commit | e941e6b836f343b49f9d67915e16a359f58df249 (patch) | |
tree | c8fe18d1f215ea2925c956205994c1b48e7140f8 /init/look-and-feel.el | |
parent | 221c60e44864272785bab9f012c9128af021b9b6 (diff) |
feat(look-and-feel): Enable winner-mode
Diffstat (limited to 'init/look-and-feel.el')
-rw-r--r-- | init/look-and-feel.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/look-and-feel.el b/init/look-and-feel.el index 67f09834ae42..c011cb14a849 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 |