diff options
author | Ryan Kavanagh <rak@debian.org> | 2017-02-06 11:59:50 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2017-02-06 11:59:53 -0500 |
commit | 73e19a91d7e6b0966ff83202560f5b8af820c018 (patch) | |
tree | e65424f38b039eb8e5cc6db52935b96bb325248c /.emacs | |
parent | Add R and ocaml packages to emacs (diff) |
Use python3 in emacs
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -145,6 +145,8 @@ (setq mail-envelope-from 'header) (setq message-send-mail-function 'sendmail-send-it) +;;;; Python +(setq python-python-command "/usr/bin/python3") ;;;; Default dictionary (setq ispell-dictionary "british-ise-w_accents") |