Próbuję zastąpić terminal powłoki Windows, który jest uruchamiany z wewnątrz spacemaców
SPC a s i
Mam to w moim pliku .spacemacs
(setq explicit-shell-file-name "D:/Program Files (x86)/ConEmu/ConEmu.exe")
(setq shell-file-name "conemu")
(setq explicit-conemu-args '("--noediting" "--login" "-i"))
(setenv "SHELL" shell-file-name)
Kiedy biegam SPC a s i
, dostaję wyskakujące okno z
Jak rozwiązać ten problem?