mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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 focused, kill it."
|
||||
(interactive)
|
||||
(let* ((buffer-name
|
||||
(let ((buffer
|
||||
(get-buffer-create
|
||||
(format "*doom:shell-popup:%s*"
|
||||
(if (bound-and-true-p persp-mode)
|
||||
|
Reference in New Issue
Block a user