Merge pull request #1894 from rgrinberg/fix-tuareg-binding
lang/ocaml: decouple tuareg-find-alternate-file from merlin
This commit is contained in:
commit
67646ed2ad
1 changed files with 4 additions and 2 deletions
|
@ -25,6 +25,9 @@
|
|||
(setq-hook! 'tuareg-mode-hook
|
||||
comment-line-break-function #'+ocaml/comment-indent-new-line)
|
||||
|
||||
(map! :localleader
|
||||
:map tuareg-mode-map
|
||||
"a" #'tuareg-find-alternate-file)
|
||||
|
||||
(use-package! utop
|
||||
:when (featurep! :tools eval)
|
||||
|
@ -57,8 +60,7 @@
|
|||
|
||||
(map! :localleader
|
||||
:map tuareg-mode-map
|
||||
"t" #'merlin-type-enclosing
|
||||
"a" #'tuareg-find-alternate-file)
|
||||
"t" #'merlin-type-enclosing)
|
||||
|
||||
(use-package! flycheck-ocaml
|
||||
:when (featurep! :tools flycheck)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue