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 3f6df68..f1df9b4 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -109,7 +109,8 @@ (environment-variables '(("EDITOR" . "emacs") ("NVM_DIR" . "$HOME/src/nvm") ("GUILE_AUTO_COMPILE" . "0"))) - (aliases `(("grep" . "grep --color=auto ") + (aliases `(("emacs" . "emacs -nw") + ("grep" . "grep --color=auto ") ("ll" . "ls -l ") ("ls" . "ls -p --color=auto ") ("pull-guix" . ,pull-guix) |