diff options
| author | jao <jao@gnu.org> | 2026-08-25 21:11:27 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-08-25 21:11:27 +0100 |
| commit | ca31697cc95491c19ff257c29bdab3b88d043b09 (patch) | |
| tree | bc14b9744c783dd1121b36ffadf21e3d7dc0bb7a /init.el | |
| parent | dba7a443d0edb88869c4df70622543a465cf9304 (diff) | |
| download | elibs-ca31697cc95491c19ff257c29bdab3b88d043b09.tar.gz elibs-ca31697cc95491c19ff257c29bdab3b88d043b09.tar.bz2 | |
emacs 31main
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 () |
