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