forked from rc/classroom
Add ml wrapper to SML
This commit is contained in:
parent
e0de1f5493
commit
e4ba740edf
1 changed files with 5 additions and 1 deletions
|
@ -10,4 +10,8 @@
|
||||||
apt:
|
apt:
|
||||||
name: elpa-sml-mode
|
name: elpa-sml-mode
|
||||||
state: latest
|
state: latest
|
||||||
|
- name: Create ml wrapper
|
||||||
|
copy:
|
||||||
|
src: ml
|
||||||
|
dest: /usr/local/bin/ml
|
||||||
|
mode: 775
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue