Rename doom/popup => doom/popup-this-buffer

This commit is contained in:
Henrik Lissner 2017-07-06 15:56:24 +02:00
parent f0384a5fd4
commit 4fc39a0f71
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 2 deletions

View file

@ -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))

View file

@ -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)