diff options
author | Yuchen Pei <id@ypei.org> | 2024-04-05 09:12:32 +1100 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2024-04-05 09:12:32 +1100 |
commit | 25f0fe5d68ebec67f3a1ca2f24c4a0bc8e49381f (patch) | |
tree | 94f54c59a0116949d2ee2342e54d91185f2c5367 /misc/.Xresources | |
parent | 5e5406f6b1b47b84591ee9dea4233164e9a55fb0 (diff) |
[emacs][urxvt] bunch of small changes
- add org clock string to frame title
- add ansi color to compilation buffer
- look for project source dir from build dir
- fix my-kill-sexp-or-comment
- more lines in urxvt
Diffstat (limited to 'misc/.Xresources')
-rw-r--r-- | misc/.Xresources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/.Xresources b/misc/.Xresources index fe7665d..39c8931 100644 --- a/misc/.Xresources +++ b/misc/.Xresources @@ -9,3 +9,5 @@ URxvt*scrollWithBuffer: true ! scroll back to the bottom on keypress URxvt*scrollTtyKeypress: true + +URxvt.saveLines: 50000 |