General cleanup + refactor
This commit is contained in:
parent
903eb92f36
commit
ae614c9c6f
4 changed files with 5 additions and 4 deletions
|
@ -16,6 +16,7 @@ current window if omitted."
|
|||
;;;###autoload
|
||||
(defun doom-popup-buffer (buffer &rest plist)
|
||||
"Display BUFFER in a shackle popup. See `shackle-rules' for possible rules."
|
||||
(declare (indent defun))
|
||||
(unless (bufferp buffer)
|
||||
(error "%s is not a valid buffer" buffer))
|
||||
(when (and plist (not (plist-member plist :align)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue