diff options
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 |