diff --git a/core/autoload/popups.el b/core/autoload/popups.el index dfe6dca13..9cb8b26d7 100644 --- a/core/autoload/popups.el +++ b/core/autoload/popups.el @@ -272,7 +272,7 @@ without leaving any trace behind (muahaha)." (other-window count))))) ;;;###autoload -(defalias #'doom/other-popup 'other-popup) +(defalias 'other-popup #'doom/other-popup) ;;;###autoload (defun doom/popup-raise (&optional window)