fix(julia): add check for vterm for snail
This commit is contained in:
parent
5ab4527b18
commit
6b9ce02433
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@
|
|||
|
||||
(use-package! julia-snail
|
||||
:when (featurep! +snail)
|
||||
:when (featurep! :term vterm)
|
||||
:hook (julia-mode . julia-snail-mode)
|
||||
:config
|
||||
(setq julia-snail-popup-display-eval-results :command)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue