From e754a9c2dd396b016b1e17a5152916139afc9835 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Sat, 15 Jul 2023 12:15:30 +0100 Subject: [PATCH] Update the noether views to contain the default 3 --- core/cubes/noether.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/cubes/noether.el b/core/cubes/noether.el index e2aeeeb..8cfff4f 100644 --- a/core/cubes/noether.el +++ b/core/cubes/noether.el @@ -33,7 +33,11 @@ to Emacs modeline." :init (require 'noether) (require 'noether-views) - (let ((views (or (plist-get fg42/noether-mode-cube-params :views) (list noether-minimal-mode-line)))) + (let ((views (or (plist-get fg42/noether-mode-cube-params :views) + (list + noether-minimal-mode-line + noether-minimal-location + noether-minimal-exwm)))) (setq noether-views views) (noether-global-mode)))