Skip to content

Commit

Permalink
emacs: alias for emacsclient; gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhoy committed Oct 7, 2013
1 parent f5a6e31 commit 7f5a4be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions bash/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ alias tm='top -o vsize' # top sorted by memory
alias m="mate" # textmate
alias ifc='ifconfig -L en1' # help me find my ip address
alias stat="stat -x"
alias ec="emacsclient -c"
4 changes: 3 additions & 1 deletion gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.DS_Store
*.swp
*.swp
\#*\#
.\#*

0 comments on commit 7f5a4be

Please sign in to comment.