[Shell] Remove tabs from emacs.sh

This commit is contained in:
Ivan Malison 2016-11-26 09:54:34 -08:00
parent 33b619663e
commit 7e646d2fd6
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2,7 +2,6 @@
# deprecated system for starting emacs that made the $EDITOR # deprecated system for starting emacs that made the $EDITOR
# environment variable work for git and other things # environment variable work for git and other things
# This approach is no longer in use. # This approach is no longer in use.
# alias emacs='_emacs -c -n ' # alias emacs='_emacs -c -n '
# is_osx && alias emacs='cocoa_emacs' # is_osx && alias emacs='cocoa_emacs'