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.

13 lines
493 B
EmacsLisp

(require 'flymake)
(load "init-flymake-hooks")
(add-to-list 'display-buffer-alist '("\\*Flymake diagnostics.*"
(init-display-buffer-best-side)
(which-side . (lambda ()
(if (init-display-buffer-frame-wide-p)
'right
'bottom)))))
(provide 'init-flymake)