From 04326d3a605e6df2b34573240b415558fab89f06 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 5 Oct 2017 12:39:28 +0200 Subject: [PATCH] Fix bad doom/other-popup alias breaking which-key #223 --- core/autoload/popups.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/autoload/popups.el b/core/autoload/popups.el index dfe6dca13..9cb8b26d7 100644 --- a/core/autoload/popups.el +++ b/core/autoload/popups.el @@ -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)