# HG changeset patch # User Oleksandr Gavenko # Date 1508630792 -10800 # Node ID 438174f1f3f56546c8360cb2041c437d025d4c90 # Parent 29783921b4f79d36688bd2e8c0b0b922a0242454 Prefer Python 3 for interactive shell. diff -r 29783921b4f7 -r 438174f1f3f5 .emacs-my --- a/.emacs-my Sat Oct 21 18:27:41 2017 +0300 +++ b/.emacs-my Sun Oct 22 03:06:32 2017 +0300 @@ -2960,6 +2960,8 @@ (eval-when 'compile (require 'python)) +(setq python-shell-interpreter "python3") + (setq python-indent-offset 4) (defvar my-python/eldoc-setup-code