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))
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
(ex! "k[ill]o" #'doom/kill-other-buffers)
|
||||
(ex! "l[ast]" #'doom/popup-restore)
|
||||
(ex! "m[sg]" #'view-echo-area-messages)
|
||||
(ex! "pop[up]" #'doom/popup) ; open current buffer in popup
|
||||
(ex! "pop[up]" #'doom/popup-this-buffer)
|
||||
|
||||
;; Project navigation
|
||||
(ex! "a" #'projectile-find-other-file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue