Remove emacstool-related code.
This commit is contained in:
parent
ac3afa5a4f
commit
534cc2f0d5
1 changed files with 0 additions and 5 deletions
|
@ -16,14 +16,9 @@
|
|||
## 2 = resume emacs
|
||||
## 3 = new emacs under X (-i is so that you get a reasonable icon)
|
||||
## 4 = resume emacs under X
|
||||
## 5 = new emacs under suntools
|
||||
## 6 = resume emacs under suntools
|
||||
## 7 = new emacs under X and suntools - doesn't make any sense, so use X
|
||||
## 8 = resume emacs under X and suntools - doesn't make any sense, so use X
|
||||
set EMACS_PATTERN="^\[[0-9]\] . Stopped ............ $EMACS"
|
||||
|
||||
alias edit 'set emacs_command=("emacs -nw \!*" "fg %emacs" "emacs -i \!* &"\
|
||||
"emacsclient \!* &" "emacstool \!* &" "emacsclient \!* &" "emacs -i \!* &"\
|
||||
"emacsclient \!* &") ; \
|
||||
jobs >! $HOME/.jobs; grep "$EMACS_PATTERN" < $HOME/.jobs >& /dev/null; \
|
||||
@ isjob = ! $status; \
|
||||
|
|
Loading…
Add table
Reference in a new issue