summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/aerc/aerc.conf4
-rw-r--r--.config/git/config4
-rw-r--r--.emacs.d/etc/eshell/aliases2
-rw-r--r--.profile5
4 files changed, 9 insertions, 6 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
diff --git a/.emacs.d/etc/eshell/aliases b/.emacs.d/etc/eshell/aliases
index 923a884..113ef31 100644
--- a/.emacs.d/etc/eshell/aliases
+++ b/.emacs.d/etc/eshell/aliases
@@ -18,4 +18,4 @@ alias vim find-file $1
alias mbsync mbsync -c $XDG_CONFIG_HOME/isync/mbsyncrc $*
alias getmail getmail --getmaildir $XDG_CONFIG_HOME/getmail --rcfile getmailrc $*
alias m mbsync csclub; mbsync kelar; mbsync shemshak; mbsync gnub; mbsync sfl; mbsync sflro; getmail
-alias mc mbsync canonical
+alias mc mbsync canonical; mbsync csclub; mbsync kelar; mbsync shemshak; mbsync gnub; mbsync sfl; mbsync sflro; getmail
diff --git a/.profile b/.profile
index b83fc4f..29b7203 100644
--- a/.profile
+++ b/.profile
@@ -13,8 +13,7 @@ if [ -f "$HOME/.config/$(hostname).profile" ]; then
. "$HOME/.config/$(hostname).profile"
fi
-export EDITOR="emacsclient -nw"
-export VISUAL="emcl"
+export EDITOR=vim
export GPG_TTY=$(tty)
PATH="$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin:$PATH"
@@ -46,7 +45,7 @@ export MAILDIR="$HOME/mail"
export CVS_RSH="ssh"
if [ -x "$(command -v go)" ]; then
- export GOPATH="$HOME/src/go"
+ export GOPATH="$HOME/.local/share/go"
export PATH="$GOPATH/bin:$PATH"
fi