Fix bad doom/other-popup alias breaking which-key #223
This commit is contained in:
parent
c9632a7d8b
commit
04326d3a60
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue