Browse Source

Set python3 to be the interactive interpreter

beancount_config
Raphael Roberts 7 years ago
parent
commit
41cc324276
  1. 4
      init.el

4
init.el

@ -53,8 +53,8 @@
;; Linux-specific
((string-equal system-type "gnu/linux")
(progn
(setq elpy-interactive-command (executable-find "python3"))
(setq elpy-rpc-python-command elpy-interactive-command)
(setq python-shell-interpreter "python3")
(setq elpy-rpc-python-command python-shell-interpreter)
)))
(add-hook 'git-commit-setup-hook 'git-commit-turn-on-flyspell)

Loading…
Cancel
Save