merlin
merlin copied to clipboard
do not highlight anything [feature-request] [emacs]
Hello,
In Emacs, I am very distracted by any of the highlighting done by merlin. I would like to disable all of it, with a single option in my .emacs, if possible.
I did this in the past, but I had to set many options in my .emacs at the time, and I lost this configuration at some point.
IIRC, I did this because merlin was slowing down (a lot) my emacs at the time. But now, I just want to get rid of the distraction while I am writing code which of course is not compiling (because I am busy writing it), for some time.
Regards, F.
Funnily, there is this in my .emacs:
;; ocaml merlin: don't distract me
(setq merlin-error-after-save nil)
(setq merlin-error-in-margin nil)
(setq merlin-report-warnings nil)
(setq merlin-report-errors nil)
(setq merlin-ac-setup 'easy)
I don't think it is working though.
I am running merlin 4.2-412.