Fix bad doom/other-popup alias breaking which-key #223

This commit is contained in:
Henrik Lissner 2017-10-05 12:39:28 +02:00
parent c9632a7d8b
commit 04326d3a60
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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