Disable noether mode on WM until we fix the issue

This commit is contained in:
Sameer Rahmani 2024-04-11 22:34:55 +01:00
parent ddcfc33717
commit 6bdc0a5154
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
1 changed files with 3 additions and 2 deletions

View File

@ -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)