From ca31697cc95491c19ff257c29bdab3b88d043b09 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 25 Aug 2026 21:11:27 +0100 Subject: emacs 31 --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.el') 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 () -- cgit v1.2.3