diff options
author | 2024-03-23 19:47:40 -0400 | |
---|---|---|
committer | 2024-03-23 19:47:40 -0400 | |
commit | 7db8485a825028c9f11f1f537713e184e39aced9 (patch) | |
tree | 7a1be6e08d80166cbfa1e652b778f40f08f0389a /.config | |
parent | 2aadc16cfc8e2421715e0e72af10719b4fee9a86 (diff) | |
download | configs-7db8485a825028c9f11f1f537713e184e39aced9.tar.gz configs-7db8485a825028c9f11f1f537713e184e39aced9.tar.xz configs-7db8485a825028c9f11f1f537713e184e39aced9.zip |
Various updates
Diffstat (limited to '.config')
-rw-r--r-- | .config/aerc/aerc.conf | 4 | ||||
-rw-r--r-- | .config/git/config | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index 17b9d21..9768f53 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -111,6 +111,7 @@ # # Default: 2006 Jan 02 #timestamp-format=2006 Jan 02 +timestamp-format=02 Jan 2006 # # Index-only time format for messages that were received/sent today. @@ -125,6 +126,7 @@ # # Default: Jan 02 #this-week-time-format=Jan 02 +this-week-time-format=02 Jan # # Index-only time format for messages that were received/sent this year. @@ -132,12 +134,14 @@ # #Default: Jan 02 #this-year-time-format=Jan 02 +this-year-time-format=02 Jan # # Overrides timestamp-format for the message view. # # Default: 2006 Jan 02, 15:04 GMT-0700 #message-view-timestamp-format=2006 Jan 02, 15:04 GMT-0700 +message-view-timestamp-format=Mon, 02 Jan 2006 15:04:00 -0700 # # If set, overrides timestamp-format in the message view for messages diff --git a/.config/git/config b/.config/git/config index be61259..639b262 100644 --- a/.config/git/config +++ b/.config/git/config @@ -11,8 +11,8 @@ [core] # autocrlf = input # CRLF -> LF on commit - editor = emacsclient -t - pager = "less" + editor = vim + pager = less [mailmap] file = ~/.config/git/mailmap |