mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix bad doom/other-popup alias breaking which-key #223
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user