aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2017-02-06 11:59:50 -0500
committerRyan Kavanagh <rak@debian.org>2017-02-06 11:59:53 -0500
commit73e19a91d7e6b0966ff83202560f5b8af820c018 (patch)
treee65424f38b039eb8e5cc6db52935b96bb325248c
parentAdd R and ocaml packages to emacs (diff)
Use python3 in emacs
-rw-r--r--.emacs2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 2d5255a..c60730e 100644
--- a/.emacs
+++ b/.emacs
@@ -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")