summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.org b/init.org
index dd37c41..50a6356 100644
--- a/init.org
+++ b/init.org
@@ -658,9 +658,9 @@
(setq mode-line-position-column-format '(" %c")
mode-line-position-line-format '(" %l,%c"))
(setq mode-line-percent-position
- '(" %l"
- (circe-chat-target (:eval (format " [%d]"
+ '((circe-chat-target (:eval (format " [%d]"
(length (circe-channel-nicks)))))
+ " %l"
(:eval (format "/%d" (line-number-at-pos (point-max))))))
(line-number-mode -1)
(column-number-mode 1)
@@ -1547,6 +1547,7 @@
("^https?://.*\\.slack\\..*" . ,jao-browse-url-external-function)
("^https?://.*\\.gotomeeting\\.com\\.*" . browse-url-chrome)
("^https?://meet\\.google\\.com\\.*" . ,jao-browse-url-external-function)
+ ("^https?://t\\(witter\\)?\\.com?/.*" . ,jao-browse-url-external-function)
(,(jao-wget--regexp) . jao-download)
(jao-video--url-p . jao-maybe-view-video)
("." . ,jao-browse-url-function)))