diff options
Diffstat (limited to 'custom/jao-custom-org.el')
-rw-r--r-- | custom/jao-custom-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el index 4d2e622..1b15e72 100644 --- a/custom/jao-custom-org.el +++ b/custom/jao-custom-org.el @@ -254,7 +254,7 @@ (defun jao-insert-eww-link () "Look for last eww buffer and insert an org link to it." (interactive) - (when-let (b (car (jao-eww-session-eww-buffers))) + (when-let* ((b (car (jao-eww-session-eww-buffers)))) (let ((lnk (with-current-buffer b (format "[[%s][%s]]" (eww-current-url) |