##// END OF EJS Templates
Changes color config detection based on feed back from @fperez.
Pete Aykroyd -
Show More
@@ -221,7 +221,7 b' the second for a \'normal\' command, and the third for a multiline command.")'
221 py-shell-input-prompt-2-regexp "^ [.][.][.]+: *" )
221 py-shell-input-prompt-2-regexp "^ [.][.][.]+: *" )
222 ;; select a suitable color-scheme
222 ;; select a suitable color-scheme
223 (unless (delq nil
223 (unless (delq nil
224 (mapcar (lambda (x) (eq (string-match "^--colors=*" x) 0))
224 (mapcar (lambda (x) (eq (string-match "^--colors*" x) 0))
225 py-python-command-args))
225 py-python-command-args))
226 (setq-default py-python-command-args
226 (setq-default py-python-command-args
227 (cons (format "--colors=%s"
227 (cons (format "--colors=%s"
General Comments 0
You need to be logged in to leave comments. Login now