summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
authorAlan Pearce2019-07-05 14:13:22 +0200
committerAlan Pearce2019-07-05 14:13:22 +0200
commit99958f8f085fe47bf455b4ee28f57a8244153d98 (patch)
tree0c442d13fa9ff024d2eab0e45c3aa34b9dddb858 /emacs/.emacs.d/main.el
parentc3fef9b611e1692e349c531e5d842611fc2165e1 (diff)
downloaddotfiles-99958f8f085fe47bf455b4ee28f57a8244153d98.tar.lz
dotfiles-99958f8f085fe47bf455b4ee28f57a8244153d98.tar.zst
dotfiles-99958f8f085fe47bf455b4ee28f57a8244153d98.zip
Emacs: configure flymake-diagnostic-at-point
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r--emacs/.emacs.d/main.el2
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))