mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix indentation of set-popup-rule!'s arguments
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user