From f297b4a0cb4da4d5e8dcd81052984d48f7b7c60d Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 30 Dec 2023 01:45:48 +0300 Subject: fix(tazjin/emacs): set 'x-no-window-manager 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 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/emacs/config/desktop.el | 1 + 1 file changed, 1 insertion(+) (limited to 'users/tazjin') 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) -- cgit 1.4.1