.emacs-my
changeset 857 05db92f1e97d
parent 856 7757d0840a78
child 858 81c925713d9c
equal deleted inserted replaced
856:7757d0840a78 857:05db92f1e97d
  1946 (message "python")
  1946 (message "python")
  1947 
  1947 
  1948 (setq python-indent 4)
  1948 (setq python-indent 4)
  1949 
  1949 
  1950 (eval-after-load 'python-mode
  1950 (eval-after-load 'python-mode
  1951   (when (equal py-version "5.1.0")
  1951   (when (and (boundp 'py-version) (equal py-version "5.1.0"))
  1952     (setq-default py-which-shell py-python-command)
  1952     (setq-default py-which-shell py-python-command)
  1953     ;; (py-toggle-shells 'cpython)
  1953     ;; (py-toggle-shells 'cpython)
  1954     ))
  1954     ))
  1955 
  1955 
  1956 (defun my-python-add-to-path (path)
  1956 (defun my-python-add-to-path (path)