.emacs-my
changeset 390 81002426f2c2
parent 389 b11171df86df
child 392 cc270f57ab7b
equal deleted inserted replaced
389:b11171df86df 390:81002426f2c2
   645        ;; prevent quoting.
   645        ;; prevent quoting.
   646        (setq find-ls-option '("-exec ls -ld {}  ;" . "-ld"))
   646        (setq find-ls-option '("-exec ls -ld {}  ;" . "-ld"))
   647        )
   647        )
   648     (progn
   648     (progn
   649      ;; Use shell from Cygwin/MinGW.
   649      ;; Use shell from Cygwin/MinGW.
   650      (setq shell-file-name "sh")
   650      (setq shell-file-name "bash")
   651      )
   651      )
   652     )
   652     )
   653   ;; (setq explicit-shell-file-name "bash")
   653   ;; (setq explicit-shell-file-name "bash")
   654   (setq explicit-bash-args '("-i"))
   654   (setq explicit-bash-args '("-i"))
   655   (setq explicit-sh-args '("-i"))
   655   (setq explicit-sh-args '("-i"))