summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index 096a107..43ece5d 100644
--- a/init.el
+++ b/init.el
@@ -1853,7 +1853,7 @@
(defun jao-mastodon-toot-url ()
(interactive)
- (when-let (url (jao-url-around-point t))
+ (when-let* ((url (jao-url-around-point t)))
(jao-tracking-go-to-chats)
(mastodon-toot--compose-buffer nil nil nil url)))
@@ -2098,7 +2098,7 @@
(defun jao-safari-internal-browse ()
(interactive)
- (when-let ((url (jao-safari-current-url)))
+ (when-let* ((url (jao-safari-current-url)))
(jao-browse-url-browse url)))
(transient-define-prefix jao-transient-utils ()