Emacs server can sort of open files from finder.... this is hard though. Also emacs_open command.

This commit is contained in:
2014-11-18 02:50:59 -08:00
parent 9f57705921
commit 510f32b5d6
45 changed files with 509 additions and 141 deletions

View File

@@ -1,5 +1,5 @@
# This is necessary for tramp.
[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return
source ~/.lib/shellrc.sh
[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return
source ~/.lib/zsh.sh
test -r ~/custom.zsh && source ~/custom.zsh