mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
finally added what belongs here
This commit is contained in:
parent
277507e6e3
commit
b9fe362216
2 changed files with 41 additions and 0 deletions
11
custom/emacs.zsh
Normal file
11
custom/emacs.zsh
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/zsh
|
||||
|
||||
# Emacs
|
||||
function em() {
|
||||
emacs $@ &>/dev/null &!
|
||||
}
|
||||
|
||||
# Emacs client
|
||||
function emc() {
|
||||
emacsclient -n $@
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue