mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
term/shell: fix void-variable buffer error on +shell/toggle
This commit is contained in:
@ -49,7 +49,7 @@ prompt."
|
|||||||
If popup is visible but unselected, selected it.
|
If popup is visible but unselected, selected it.
|
||||||
If popup is focused, kill it."
|
If popup is focused, kill it."
|
||||||
(interactive)
|
(interactive)
|
||||||
(let* ((buffer-name
|
(let ((buffer
|
||||||
(get-buffer-create
|
(get-buffer-create
|
||||||
(format "*doom:shell-popup:%s*"
|
(format "*doom:shell-popup:%s*"
|
||||||
(if (bound-and-true-p persp-mode)
|
(if (bound-and-true-p persp-mode)
|
||||||
|
Reference in New Issue
Block a user