changeset 78:72501d7d7e01

Don't use ipython for python commands
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 17 Jan 2013 15:59:36 -0500
parents a9f5aa6bc42c
children 12ca7592e88e
files dotemacs.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -271,7 +271,6 @@
  '(legalese-default-copyright "Jordi GutiƩrrez Hermoso <jordigh@octave.org>")
  '(make-backup-files nil)
  '(py-shell-name "ipython")
- '(py-python-command "ipython")
  '(safe-local-variable-values (quote ((eval when (string-match "\\.in\\'" (buffer-file-name)) (html-mode)) (eval when (string-match "\\.h\\'" (buffer-file-name)) (unless (string-match "/gnulib/" (buffer-file-name)) (c++-mode) (c-set-style "gnu"))) (py-indent-offset . 4) (eval when (string-match "\\.h\\'" (buffer-file-name)) (c++-mode) (c-set-style "gnu")))))
  '(savehist-mode t nil (savehist))
  '(show-paren-mode t)