From e2fe5882ad434b433bfba4529abdd2666d9c3d99 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Thu, 14 Jan 2021 01:14:27 +0800 Subject: A temporary bug fix There are more bugs unfortunately. --- basic.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'basic.el') diff --git a/basic.el b/basic.el index 4db6b0d..256052c 100644 --- a/basic.el +++ b/basic.el @@ -118,7 +118,10 @@ (slot . -1) (window-height . 0.37)) (,(rx (seq bos "magit: ")) - (display-buffer-same-window)))) + (display-buffer-same-window)) + (,(rx (seq bos "*Flymake")) + (display-buffer-at-bottom) + (window-height . 0.2)))) ;;; auto-fill for texts -- cgit v1.2.3-18-g5258