mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove/replace references to doom-popup-buffer
This commit is contained in:
@ -12,5 +12,5 @@
|
||||
(defun +gist*list-render (orig-fn &rest args)
|
||||
(funcall orig-fn (car args) t)
|
||||
(unless (cadr args)
|
||||
(doom-popup-buffer (current-buffer))))
|
||||
(pop-to-buffer (current-buffer))))
|
||||
(advice-add #'gist-list-render :around #'+gist*list-render))
|
||||
|
Reference in New Issue
Block a user