diff options
-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") |