fix(julia): add check for vterm for snail

This commit is contained in:
Edmund Miller 2022-07-18 15:47:07 -05:00
parent 5ab4527b18
commit 6b9ce02433
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -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)