You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
(require 'flymake)
|
|
|
|
(load "config-flymake-hooks")
|
|
|
|
(add-to-list 'display-buffer-alist '("\\*Flymake diagnostics.*"
|
|
(config-display-buffer-best-side)
|
|
(which-side . (lambda ()
|
|
(if (config-display-buffer-frame-wide-p)
|
|
'right
|
|
'bottom)))))
|
|
|
|
(provide 'config-flymake)
|