Guest User

Untitled

a guest
Jul 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. (autoload 'python-mode "python-mode" "Python editing mode." t)
  2. (setq auto-mode-alist (cons '("\.py$" . python-mode) auto-mode-alist))
  3. (setq interpreter-mode-alist (cons '("python" . python-mode) interpreter-mode-alist))
  4. (setq ipython-command "/Library/Frameworks/EPD64.framework/Versions/Current/bin/ipython")
  5. (require 'ipython)
Add Comment
Please, Sign In to add comment