summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.el22
1 files changed, 13 insertions, 9 deletions
diff --git a/init.el b/init.el
index 9f5318d..b4ac420 100644
--- a/init.el
+++ b/init.el
@@ -476,12 +476,11 @@
;;;; time display
(setq world-clock-list
- '(("Europe/Paris" "Barcelona")
- ("America/Los_Angeles" "Los Angeles")
- ("America/New_York" "New York")
- ("Europe/London" "London")
- ("Asia/Calcutta" "Bangalore")
- ("Asia/Tokyo" "Tokyo")))
+ '(("Europe/London" "Edinburgh")
+ ("Europe/Paris" "Barcelona")
+ ("Asia/Tokyo" "Tokyo")
+ ("America/Los_Angeles" "Corvallis")
+ ("America/New_York" "New York")))
(setq display-time-day-and-date nil
display-time-24hr-format nil
@@ -535,7 +534,7 @@
battery-mode-line-format " 🔋%b%p% "))
(with-eval-after-load "jao-minibuffer"
- (unless jao-mode-line-in-minibuffer
+ (when jao-mode-line-in-minibuffer
(jao-minibuffer-add-variable 'battery-mode-line-string 80)))
;;; Notifications
@@ -2539,7 +2538,9 @@
:nickserv-password u :user p))
(list "localslack" :host "127.0.0.1" :nick "jao"
:channels jao-slack-channels :port 9007
- :lagmon-disabled t)))
+ :lagmon-disabled t)
+ (list "recoveryou" :host "127.0.0.1" :nick "jao"
+ :port 9008 :lagmon-disabled t)))
(jao-shorten-modes 'circe-channel-mode
'circe-server-mode
@@ -2658,7 +2659,10 @@
(circe "Libera Chat")))
(when (or p (y-or-n-p "Connect to localslack? "))
(unless (get-buffer "127.0.0.1:9007")
- (circe "localslack"))))
+ (circe "localslack")))
+ (when (or p (y-or-n-p "Connect to recoveryou? "))
+ (unless (get-buffer "127.0.0.1:9008")
+ (circe "recoveryou"))))
(defun jao-all-chats ()
(interactive)