all repos — nixfiles @ 99958f8f085fe47bf455b4ee28f57a8244153d98

System and user configuration, managed by nix and home-manager

Emacs: configure flymake-diagnostic-at-point

Alan Pearce
commit

99958f8f085fe47bf455b4ee28f57a8244153d98

parent

c3fef9b611e1692e349c531e5d842611fc2165e1

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -512,6 +512,8 @@ "XXX.....")
(use-package flymake :custom ((flymake-error-bitmap '(left-vertical-bar compilation-error)) (flymake-warning-bitmap '(left-vertical-bar compilation-warning)))) +(use-package flymake-diagnostic-at-point + :ghook '(flymake-mode-hook)) (use-package company-lsp :commands (company-lsp))