Do not quit utop buffers automatically
This commit is contained in:
parent
385ff35ad8
commit
78ca397439
1 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,9 @@
|
||||||
(set-eval-handler! 'tuareg-mode #'utop-eval-region)
|
(set-eval-handler! 'tuareg-mode #'utop-eval-region)
|
||||||
(defun +ocaml-init-utop-h ()
|
(defun +ocaml-init-utop-h ()
|
||||||
(when (executable-find "utop")
|
(when (executable-find "utop")
|
||||||
(utop-minor-mode)))))
|
(utop-minor-mode)))
|
||||||
|
:config
|
||||||
|
(set-popup-rule! "^\\*utop\\*" :quit nil)))
|
||||||
|
|
||||||
|
|
||||||
(use-package! merlin
|
(use-package! merlin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue