diff --git a/config.el b/config.el index 7b3b554..08f5f4c 100644 --- a/config.el +++ b/config.el @@ -37,7 +37,7 @@ ("M-x" . helm-M-x) ("M-s o" . helm-occur) ("C-h a" . helm-apropos) - ("C-x b" . helm-buffers)) + ("C-x b" . helm-buffers-list)) :hook after-init) (use-package savehist @@ -88,4 +88,7 @@ (use-package notmuch :if (executable-find "notmuch")) +(use-package tuareg + :mode "\\.ml\\'") + (provide 'config)