equal
deleted
inserted
replaced
554 ;; (setq shell-file-name "bash") |
554 ;; (setq shell-file-name "bash") |
555 ;; (setq shell-command-switch "-c") |
555 ;; (setq shell-command-switch "-c") |
556 ;; (setenv "SHELL" shell-file-name) |
556 ;; (setenv "SHELL" shell-file-name) |
557 |
557 |
558 (when (eq window-system 'w32) ; may require Cygwin or MSYS |
558 (when (eq window-system 'w32) ; may require Cygwin or MSYS |
559 (setq explicit-shell-file-name "bash") |
559 (setenv "ESHELL" "bash") |
|
560 ;; (setq explicit-shell-file-name "bash") |
|
561 ;; (setq shell-file-name "bash") |
560 (setq explicit-bash-args '("-i")) |
562 (setq explicit-bash-args '("-i")) |
561 (setq explicit-sh-args '("-i")) |
563 (setq explicit-sh-args '("-i")) |
562 (setq find-ls-option '("-exec ls -ld {} ;" . "-ld")) |
|
563 ) |
564 ) |
564 |
565 |
565 ;; ====================================================================== |
566 ;; ====================================================================== |
566 ;; spell, ispall, aspell |
567 ;; spell, ispall, aspell |
567 |
568 |