From 6bdc0a5154573ec5f78a335b3cdd854349f9d0ca Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Thu, 11 Apr 2024 22:34:55 +0100 Subject: [PATCH] Disable noether mode on WM until we fix the issue --- lisp/fg42/editor.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/fg42/editor.el b/lisp/fg42/editor.el index e946644..51859a1 100644 --- a/lisp/fg42/editor.el +++ b/lisp/fg42/editor.el @@ -265,8 +265,9 @@ contextual information." ;; git changes in the fringe (global-diff-hl-mode) - ;; Modeline replacement - (noether-global-mode) + (when-not-wm + ;; Modeline replacement + (noether-global-mode)) ;; Rectangular select (cua-selection-mode t)