mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Replace kill-this-buffer with kill-current-buffer
As per the documentation for kill-this-buffer, it should only be invoked from the menu and behaves unpredictably when invoked programmatically.
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
(unless noninteractive
|
||||
(pdf-tools-install))
|
||||
|
||||
(map! :map pdf-view-mode-map :gn "q" #'kill-this-buffer)
|
||||
(map! :map pdf-view-mode-map :gn "q" #'kill-current-buffer)
|
||||
|
||||
(defun +pdf|cleanup-windows ()
|
||||
"Kill left-over annotation buffers when the document is killed."
|
||||
|
Reference in New Issue
Block a user