about summary refs log tree commit diff
path: root/users/tazjin/emacs/config/look-and-feel.el
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-06-13T10·10+0300
committerclbot <clbot@tvl.fyi>2023-06-13T10·13+0000
commitb16a2f302e643207843fffb196d520881808e5ad (patch)
treef157dca94956221bc6c29b443426fb56f6a97502 /users/tazjin/emacs/config/look-and-feel.el
parent3e15d7b82afd35cd985830d2cc456d990cc0173d (diff)
chore(tazjin/emacs): disable winner-mode r/6284
I don't actually use this, and it might be responsible for some EXWM
bugs in the latest version.

Change-Id: I8817e0cdd9d1b68ed6a9bdd072616f63f9f20d21
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8758
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin/emacs/config/look-and-feel.el')
-rw-r--r--users/tazjin/emacs/config/look-and-feel.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/users/tazjin/emacs/config/look-and-feel.el b/users/tazjin/emacs/config/look-and-feel.el
index a25e76af6a..0281e360d6 100644
--- a/users/tazjin/emacs/config/look-and-feel.el
+++ b/users/tazjin/emacs/config/look-and-feel.el
@@ -11,9 +11,6 @@
 (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