diff options
author | JSDurand <mmemmew@gmail.com> | 2021-01-13 13:01:34 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-01-13 13:01:34 +0800 |
commit | 3666deaed5b0baf0a74f14db5872105c9e7865f9 (patch) | |
tree | 3535c3f57ed9d5b1cd4e3e81831f627840b6e81b /basic.el | |
parent | 1700588e1a3cfb5fa45fb64393c68782bc35fc38 (diff) |
A temporary intermeidate step
Now I got almost every functionality that we need, including pdf,
mu4e, magit, et cetera.
Diffstat (limited to 'basic.el')
-rw-r--r-- | basic.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -116,7 +116,9 @@ (display-buffer-in-side-window) (side . bottom) (slot . -1) - (window-height . 0.37)))) + (window-height . 0.37)) + (,(rx (seq bos "magit: ")) + (display-buffer-same-window)))) ;;; auto-fill for texts |