emacs: add doom dir; zsh: add emacs aliases; .gitignore
This commit is contained in:
parent
01a84019aa
commit
ec982fd1b0
5 changed files with 320 additions and 0 deletions
|
@ -20,6 +20,12 @@ else
|
|||
ld() { ls -dlh $@ }
|
||||
fi
|
||||
|
||||
# emacs
|
||||
em() { command emacsclient -a '' "$@"}
|
||||
emg() { em -c "$@" }
|
||||
emt() { em -t "$@" }
|
||||
emd() { command emacs --daemon &>/dev/null &! }
|
||||
|
||||
# git
|
||||
gci() { command git commit $@ }
|
||||
gsl() { command git stash list $@ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue