parent
df0b37f9db
commit
0c032aaf81
4 changed files with 0 additions and 32 deletions
@ -1,11 +0,0 @@ |
||||
# Use daemon capabilities of emacs 23 |
||||
if "$ZSH/tools/require_tool.sh" emacs 23 2>/dev/null ; then |
||||
export EDITOR="$ZSH/plugins/emacs/emacsclient.sh" |
||||
alias emacs="$EDITOR --no-wait" |
||||
alias e=emacs |
||||
|
||||
alias emasc=emacs |
||||
alias emcas=emacs |
||||
# create a new X frame |
||||
alias emacs_frame='emacsclient --alternate-editor "" --create-frame' |
||||
fi |
||||
@ -1,10 +0,0 @@ |
||||
#!/bin/sh |
||||
|
||||
# Starts emacs daemon if not already started. |
||||
|
||||
x=`emacsclient --alternate-editor '' --eval '(x-display-list)' 2>/dev/null` |
||||
if [ -z "$x" ] ;then |
||||
emacsclient --alternate-editor "" --create-frame $@ |
||||
else |
||||
emacsclient --alternate-editor "" $@ |
||||
fi |
||||
@ -1 +0,0 @@ |
||||
git-svn-clone-externals |
||||
@ -1,10 +0,0 @@ |
||||
|
||||
if ! [ -d "$ZSH/plugins/git-svn/git-svn-clone-externals" ] ;then |
||||
git clone https://github.com/andrep/git-svn-clone-externals.git |
||||
fi |
||||
export PATH="$ZSH/plugins/git-svn/git-svn-clone-externals:$PATH" |
||||
|
||||
function git_svn_update { |
||||
(cd "$ZSH/plugins/git-svn/git-svn-clone-externals" && \ |
||||
git pull origin master) |
||||
} |
||||
Loading…
Reference in new issue