diff options
author | Alan Pearce | 2019-07-05 14:13:22 +0200 |
---|---|---|
committer | Alan Pearce | 2019-07-05 14:13:22 +0200 |
commit | 99958f8f085fe47bf455b4ee28f57a8244153d98 (patch) | |
tree | 0c442d13fa9ff024d2eab0e45c3aa34b9dddb858 | |
parent | c3fef9b611e1692e349c531e5d842611fc2165e1 (diff) | |
download | dotfiles-99958f8f085fe47bf455b4ee28f57a8244153d98.tar.lz dotfiles-99958f8f085fe47bf455b4ee28f57a8244153d98.tar.zst dotfiles-99958f8f085fe47bf455b4ee28f57a8244153d98.zip |
Emacs: configure flymake-diagnostic-at-point
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index cff3c9d..2671ab9 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -512,6 +512,8 @@ With two prefix arguments, write out the day and month name." (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)) |