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
501 B
EmacsLisp

2 years ago
(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)))))
2 years ago
(provide 'config-flymake)