Rename doom/popup => doom/popup-this-buffer
This commit is contained in:
parent
f0384a5fd4
commit
4fc39a0f71
2 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ only close popups that have an :autoclose property in their rule (see
|
|||
(delete-window)))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/popup ()
|
||||
(defun doom/popup-this-buffer ()
|
||||
"Display currently selected buffer in a popup window."
|
||||
(interactive)
|
||||
(doom-popup-buffer (current-buffer) :align t :autokill t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue