diff options
author | Vincent Ambo <mail@tazj.in> | 2023-12-29T22·45+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-12-29T23·00+0000 |
commit | f297b4a0cb4da4d5e8dcd81052984d48f7b7c60d (patch) | |
tree | ec237c71c352799dd9dab132c156e099c8e29117 /users | |
parent | 5cfa5e26fb5fca31feb5315432c604bcd38f6bdd (diff) |
fix(tazjin/emacs): set 'x-no-window-manager r/7285
This has some effect on the Emacs 29 hollow cursor bug, though I honestly don't fully understand what this does. Change-Id: I03eaa0a64e81f01a86736ad17b4c1b3a56fe3d5a Reviewed-on: https://cl.tvl.fyi/c/depot/+/10461 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users')
-rw-r--r-- | users/tazjin/emacs/config/desktop.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el index f8ca11f55d11..ec8a30e717e5 100644 --- a/users/tazjin/emacs/config/desktop.el +++ b/users/tazjin/emacs/config/desktop.el @@ -120,6 +120,7 @@ (tab-bar-mode 1) +(setq x-no-window-manager t) ;; TODO(tazjin): figure out when to remove this (exwm-enable) (exwm-randr-enable) |