Skip to content

Instantly share code, notes, and snippets.

@Wes974
Created September 8, 2017 23:22
Show Gist options
  • Save Wes974/6457efc31f31190bdbecb3654563a3a4 to your computer and use it in GitHub Desktop.
Save Wes974/6457efc31f31190bdbecb3654563a3a4 to your computer and use it in GitHub Desktop.
.emacs pour OCaml
(cond
((eq window-system 'ns) ; macosx
;; Invoke login shells, so that .profile or .bash_profile is read
(setq shell-command-switch "-lc")))
(setq explicit-bash-args '("--login" "-i"))
(load "/Users/USERNAME/.opam/system/share/emacs/site-lisp/tuareg-site-file")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment