remove fymake legacy hook.
This commit is contained in:
parent
50568de7eb
commit
6364157efd
@ -64,6 +64,8 @@
|
||||
:hook (prog-mode . (lambda ()
|
||||
(unless (derived-mode-p 'makefile-mode)
|
||||
(flymake-mode))))
|
||||
:config
|
||||
(remove-hook 'flymake-diagnostic-functions 'flymake-proc-legacy-flymake)
|
||||
)
|
||||
|
||||
;; Mostar los errores de flymake en un popup-tip
|
||||
|
Loading…
Reference in New Issue
Block a user