aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bard-elisp/bard-modeline.el1
-rw-r--r--bard-emacs-modules/bard-emacs-essentials.el6
2 files changed, 3 insertions, 4 deletions
diff --git a/bard-elisp/bard-modeline.el b/bard-elisp/bard-modeline.el
index d870418..6967f2c 100644
--- a/bard-elisp/bard-modeline.el
+++ b/bard-elisp/bard-modeline.el
@@ -549,7 +549,6 @@ Specific to the current window's mode line.")
prot-modeline-vc-branch
prot-modeline-flymake
prot-modeline-eglot
- prot-modeline-align-right
prot-modeline-notmuch-indicator
prot-modeline-misc-info))
(put construct 'risky-local-variable t))
diff --git a/bard-emacs-modules/bard-emacs-essentials.el b/bard-emacs-modules/bard-emacs-essentials.el
index ce4f832..0db8b59 100644
--- a/bard-emacs-modules/bard-emacs-essentials.el
+++ b/bard-emacs-modules/bard-emacs-essentials.el
@@ -111,9 +111,9 @@
;; world clock
(setq world-clock-list
'(("America/New_York" "New York")
- ("Europe/Moscow" "Moscow")
- ("Europe/London" "London")
- ("Asia/Tokyo" "Tokyo")))
+ ("Europe/Moscow" "Moscow")
+ ("Europe/London" "London")
+ ("Asia/Tokyo" "Tokyo")))
(setq world-clock-time-format "%Y-%m-%d %B (%A) %R %Z")