Add OCaml config
This commit is contained in:
14
config.org
14
config.org
@@ -1071,6 +1071,20 @@
|
||||
(add-to-list 'auto-mode-alist '("\\.asm\\'" . fasm-mode))
|
||||
#+end_src
|
||||
|
||||
** OCaml
|
||||
For some reason the OCaml support package is called =tuareg=??
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package tuareg)
|
||||
#+end_src
|
||||
|
||||
OCaml also has its own build system, Dune. There's also a mode for
|
||||
Dune's files:
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package dune)
|
||||
#+end_src
|
||||
|
||||
* Tool Integrations
|
||||
** Git
|
||||
=magit= is truly a wonderful creation! Add keybinding for
|
||||
|
||||
Reference in New Issue
Block a user