diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-08-21 22:14:29 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-08-21 22:14:29 -0700 |
commit | cf10cafa675b4dcc96bdb19c38d94291d86c53ff (patch) | |
tree | d9579636e7e61ad08b3d61257a74896a32e83b0e | |
parent | a3f2851e1285471b3c1d30cb29525941bd30bee5 (diff) |
OCaml.
-rw-r--r-- | smart-documents.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/smart-documents.org b/smart-documents.org index 32f4db0..ade3889 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -891,6 +891,12 @@ Python is included by default on most Linux distributions. (add-hook 'python-mode-hook 'py-yapf-enable-on-save) #+END_SRC +*** OCaml + +#+BEGIN_SRC emacs-lisp :tangle yes + (use-package tuareg) +#+END_SRC + *** Haskell #+BEGIN_SRC emacs-lisp :tangle yes |