diff options
| author | Daniel <[email protected]> | 2024-05-24 20:44:35 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-05-24 20:44:35 -0400 |
| commit | 0728ae1d932bbd1b3055b4e126f61222dbb8260d (patch) | |
| tree | 8f440bf0b985b9a897ee74f8713e54b6110bf9b6 | |
| parent | c37ee5a1201c6394a87bd06ab2a2dbcc47f21150 (diff) | |
formatting
| -rw-r--r-- | bard-elisp/bard-modeline.el | 1 | ||||
| -rw-r--r-- | bard-emacs-modules/bard-emacs-essentials.el | 6 |
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") |
