aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")