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))
|
(add-to-list 'auto-mode-alist '("\\.asm\\'" . fasm-mode))
|
||||||
#+end_src
|
#+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
|
* Tool Integrations
|
||||||
** Git
|
** Git
|
||||||
=magit= is truly a wonderful creation! Add keybinding for
|
=magit= is truly a wonderful creation! Add keybinding for
|
||||||
|
|||||||
Reference in New Issue
Block a user