summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRené Neumann <rene.neumann@in.tum.de>2011-11-21 14:46:34 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-11-21 14:47:04 +0100
commitb4a2b04706d0b86bcd9fd47c77a2c579805196a0 (patch)
tree0c8307cf2478b12db9127630f765df2a40a8d805 /.emacs
parent3439bdcb47f41a06d2d6568defc7bbc11c262058 (diff)
downloaddotfiles-b4a2b04706d0b86bcd9fd47c77a2c579805196a0.tar.gz
dotfiles-b4a2b04706d0b86bcd9fd47c77a2c579805196a0.tar.bz2
dotfiles-b4a2b04706d0b86bcd9fd47c77a2c579805196a0.zip
Set Poly/ML as the default SML interpreter.
Diffstat (limited to '.emacs')
-rw-r--r--.emacs3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 61d2b51..a82ea45 100644
--- a/.emacs
+++ b/.emacs
@@ -18,6 +18,9 @@
(color-theme-initialize)
(color-theme-charcoal-black)
+;; use Poly/ML as SML interpreter
+(setq sml-program-name "poly")
+
;; key bindings
(add-hook 'proof-mode-hook
(lambda () (local-set-key (kbd "M-c") 'unicode-tokens-insert-token)))