summaryrefslogtreecommitdiff
path: root/basic.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-01-14 01:14:27 +0800
committerJSDurand <mmemmew@gmail.com>2021-01-14 01:14:27 +0800
commite2fe5882ad434b433bfba4529abdd2666d9c3d99 (patch)
tree815816360fb0bae6ad4c237e56c37360c3334893 /basic.el
parent3666deaed5b0baf0a74f14db5872105c9e7865f9 (diff)
A temporary bug fix
There are more bugs unfortunately.
Diffstat (limited to 'basic.el')
-rw-r--r--basic.el5
1 files changed, 4 insertions, 1 deletions
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