mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix obsolete (when|if)-let messages in Emacs 26
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
(defun +gist/open-current ()
|
||||
(interactive)
|
||||
(gist-fetch-current)
|
||||
(when-let (win (get-buffer-window "*github:gists*"))
|
||||
(when-let* ((win (get-buffer-window "*github:gists*")))
|
||||
(doom/popup-close win)))
|
||||
|
||||
;;;###autoload
|
||||
|
Reference in New Issue
Block a user