mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -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)))))
|
||||
|
||||
;;;###autoload
|
||||
(defalias #'doom/other-popup 'other-popup)
|
||||
(defalias 'other-popup #'doom/other-popup)
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/popup-raise (&optional window)
|
||||
|
Reference in New Issue
Block a user