.emacs-my
changeset 492 5db1feed71e3
parent 491 72d77b2117d1
child 493 4f91b5ccab17
equal deleted inserted replaced
491:72d77b2117d1 492:5db1feed71e3
   747 ;; Setup Emacs to run bash as its primary shell.
   747 ;; Setup Emacs to run bash as its primary shell.
   748 ;; (setq binary-process-input t)
   748 ;; (setq binary-process-input t)
   749 ;; (setq shell-file-name "bash")
   749 ;; (setq shell-file-name "bash")
   750 ;; (setq shell-command-switch "-c")
   750 ;; (setq shell-command-switch "-c")
   751 ;; (setenv "SHELL" shell-file-name)
   751 ;; (setenv "SHELL" shell-file-name)
       
   752 
       
   753 (ansi-color-for-comint-mode-on)
   752 
   754 
   753 (defvar my-use-windows-shell nil
   755 (defvar my-use-windows-shell nil
   754   "If t 'cmdproxy.exe' will be used as shell. Affect on M-x shell like
   756   "If t 'cmdproxy.exe' will be used as shell. Affect on M-x shell like
   755   commands. If nil, 'sh' will be used." )
   757   commands. If nil, 'sh' will be used." )
   756 
   758