diff options
author | Amin Bandali <bandali@kelar.org> | 2024-03-31 21:40:41 -0400 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2024-03-31 21:51:30 -0400 |
commit | 90f051d46a1d9cfbae5d9c2984a96a621ae4a82a (patch) | |
tree | 30be03a58a2527f25ebb6f195c3c9fee5e1fe91a /.emacs.d/etc/eshell/aliases | |
parent | 2fb78b99b55b612fc758397fdd421ae1de8a51ef (diff) | |
download | configs-90f051d46a1d9cfbae5d9c2984a96a621ae4a82a.tar.gz configs-90f051d46a1d9cfbae5d9c2984a96a621ae4a82a.tar.xz configs-90f051d46a1d9cfbae5d9c2984a96a621ae4a82a.zip |
Merge .emacs.d/lisp/bandali-*.el into .emacs.d/init.el
Somewhat major overhaul. Worth mentioning are the b/keymap-* wrappers
added around the newly introduced keymap-* functions in GNU Emacs 29.
Also dropped some mostly unused configs like exwm and org.
Diffstat (limited to '.emacs.d/etc/eshell/aliases')
-rw-r--r-- | .emacs.d/etc/eshell/aliases | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.emacs.d/etc/eshell/aliases b/.emacs.d/etc/eshell/aliases deleted file mode 100644 index 113ef31..0000000 --- a/.emacs.d/etc/eshell/aliases +++ /dev/null @@ -1,21 +0,0 @@ -alias .. cd .. -alias ... cd ../.. -alias d dired $* -alias e find-file-other-window $1 -alias ee find-file $1 -alias emacs find-file $1 -alias gd magit-diff-unstaged -alias gds magit-diff-staged -alias git git --no-pager $* -alias l ls -l $* -alias la ls -al $* -alias ll ls -al $* -alias man woman $1 -alias up eshell-up $1 -alias pk eshell-up-peek $1 -alias vi find-file $1 -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; mbsync csclub; mbsync kelar; mbsync shemshak; mbsync gnub; mbsync sfl; mbsync sflro; getmail |