From 73e19a91d7e6b0966ff83202560f5b8af820c018 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 6 Feb 2017 11:59:50 -0500 Subject: Use python3 in emacs --- .emacs | 2 ++ 1 file changed, 2 insertions(+) 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") -- cgit v1.2.3