Fix indentation of set-popup-rule!'s arguments

This commit is contained in:
Henrik Lissner 2018-06-16 00:39:20 +02:00
parent 435c940af9
commit 1cfc146e3a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -41,6 +41,7 @@ matched against the buffer's name) or b) a function that takes no arguments and
returns a boolean.
See `def-popups!' for defining multiple rules in bulk."
(declare (indent defun))
(+popup--define condition alist parameters)
(when (bound-and-true-p +popup-mode)
(setq display-buffer-alist +popup--display-buffer-alist))