parent
eab079724d
commit
03d77c0bef
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
(defun +popup--cancel-buffer-timer ()
|
||||
"Cancel the current buffer's transient timer."
|
||||
(when (timerp +popup--timer)
|
||||
(message "Cancelled timer")
|
||||
(let ((inhibit-message (not doom-debug-mode)))
|
||||
(message "Cancelled timer in %s" (current-buffer)))
|
||||
(cancel-timer +popup--timer)
|
||||
(setq +popup--timer nil))
|
||||
t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue