Commit e3adf957d0fc

Vincent Demeester <vincent@sbr.pm>
2020-01-30 16:29:57
setup-style.el: add display-time-world customs 🗺
And add a window rule for it. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 48811c2
lisp/setup-buffers.el
@@ -56,6 +56,11 @@
            (side . bottom)
            (slot . 1))
           ;; right side window
+          ("\\*wclock*"
+           (display-buffer-in-side-window)
+           (window-width . 0.333)
+           (side . right)
+           (slot . -1))
           ("\\*undo-tree*"
            (display-buffer-in-side-window)
            (window-width . 0.333)
lisp/setup-style.el
@@ -60,6 +60,12 @@
   (inhibit-splash-screen t)
   (echo-keystrokes 0.1) ; Faster echo keystrokes
   (line-number-display-limit-width 10000) ;; Avoid showing ?? in the mode line when we have long lines.
+  (display-time-world-list '(("Europe/London" "London")
+                             ("Europe/Paris" "Paris")
+                             ("America/New_York" "Boston")
+                             ("America/Los_Angeles" "San-Francisco")
+                             ("Asia/Calcutta" "Bangalore")
+                             ("Australia/Brisbane" "Brisbane")))
   :config
   (menu-bar-mode -1)
   (tool-bar-mode -1)