.emacs-my
changeset 496 f3de740663be
parent 494 e388310789d1
child 497 1848e3b1fc00
equal deleted inserted replaced
494:e388310789d1 496:f3de740663be
   774        (setq find-ls-option '("-exec ls -ld {}  ;" . "-ld"))
   774        (setq find-ls-option '("-exec ls -ld {}  ;" . "-ld"))
   775        )
   775        )
   776     (progn
   776     (progn
   777      ;; Use shell from Cygwin/MinGW.
   777      ;; Use shell from Cygwin/MinGW.
   778      (setq shell-file-name "bash")
   778      (setq shell-file-name "bash")
       
   779      (setenv "SHELL" "/bin/bash")
   779      )
   780      )
   780     )
   781     )
   781   ;; (setq explicit-shell-file-name "bash")
   782   ;; (setq explicit-shell-file-name "bash")
   782   (setq explicit-bash-args '("-i"))
   783   (setq explicit-bash-args '("-i"))
   783   (setq explicit-sh-args '("-i"))
   784   (setq explicit-sh-args '("-i"))