Merge branch 'master' of http://github.com/mrman208/bash-it into mrman208-master
diff --git a/aliases/emacs.aliases.bash b/aliases/emacs.aliases.bash
index 792d737..8115f16 100644
--- a/aliases/emacs.aliases.bash
+++ b/aliases/emacs.aliases.bash
@@ -1,3 +1,4 @@
 #!/bin/bash
 
-alias em="emacs"
\ No newline at end of file
+alias em="emacs"
+alias emac="open -a emacs"
\ No newline at end of file
diff --git a/bash_it.sh b/bash_it.sh
index c13b309..94f9952 100644
--- a/bash_it.sh
+++ b/bash_it.sh
@@ -4,7 +4,7 @@
 # Reload Library
 alias reload='source ~/.bash_profile'
 
-# Load all files
+# Load the framework
 
 # Themes
 THEMES="${BASH}/themes/*.bash"