diff options
-rw-r--r-- | home-configuration.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home-configuration.scm b/home-configuration.scm index a60ab1f..2f1f8ed 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -20,7 +20,8 @@ ("NVM_DIR" . "$HOME/src/nvm") ("GUILE_AUTO_COMPILE" . "0"))) (aliases - '(("grep" . "grep --color=auto") + '(("emacs" . "emacs -nw") + ("grep" . "grep --color=auto") ("ll" . "ls -l") ("ls" . "ls -p --color=auto"))) (bash-profile |