mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Do not quit utop buffers automatically
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user