Update the noether views to contain the default 3

This commit is contained in:
Sameer Rahmani 2023-07-15 12:15:30 +01:00
parent b772ab634d
commit e754a9c2dd
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 5 additions and 1 deletions

View File

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