equal
deleted
inserted
replaced
63 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
63 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
64 |
64 |
65 (add-hook 'comint-output-filter-functions 'comint-strip-ctrl-m) |
65 (add-hook 'comint-output-filter-functions 'comint-strip-ctrl-m) |
66 (add-hook 'comint-mode-hook 'ansi-color-for-comint-mode-on) |
66 (add-hook 'comint-mode-hook 'ansi-color-for-comint-mode-on) |
67 |
67 |
|
68 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|
69 ;; For Cygwin. |
|
70 |
|
71 (add-hook 'comint-output-filter-functions 'comint-strip-ctrl-m) |