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

View File

@ -272,7 +272,7 @@ without leaving any trace behind (muahaha)."
(other-window count))))) (other-window count)))))
;;;###autoload ;;;###autoload
(defalias #'doom/other-popup 'other-popup) (defalias 'other-popup #'doom/other-popup)
;;;###autoload ;;;###autoload
(defun doom/popup-raise (&optional window) (defun doom/popup-raise (&optional window)