about summary refs log tree commit diff
path: root/users/tazjin
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-12-29T22·45+0300
committerclbot <clbot@tvl.fyi>2023-12-29T23·00+0000
commitf297b4a0cb4da4d5e8dcd81052984d48f7b7c60d (patch)
treeec237c71c352799dd9dab132c156e099c8e29117 /users/tazjin
parent5cfa5e26fb5fca31feb5315432c604bcd38f6bdd (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/tazjin')
-rw-r--r--users/tazjin/emacs/config/desktop.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el
index f8ca11f55d..ec8a30e717 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)