diff options
author | Vincent Ambo <mail@tazj.in> | 2023-06-13T10·10+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-06-13T10·13+0000 |
commit | b16a2f302e643207843fffb196d520881808e5ad (patch) | |
tree | f157dca94956221bc6c29b443426fb56f6a97502 /users/tazjin | |
parent | 3e15d7b82afd35cd985830d2cc456d990cc0173d (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')
-rw-r--r-- | users/tazjin/emacs/config/look-and-feel.el | 3 |
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 a25e76af6a73..0281e360d693 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 |