summaryrefslogtreecommitdiff
path: root/home-configuration.scm
diff options
context:
space:
mode:
Diffstat (limited to 'home-configuration.scm')
-rw-r--r--home-configuration.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index 52b8b2c..cc29a52 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -114,8 +114,7 @@
("LIBGL_ALWAYS_SOFTWARE" . "1")
("NVM_DIR" . "$HOME/src/nvm")
("GUILE_AUTO_COMPILE" . "0")))
- (aliases `(("emacs" . "emacs -nw")
- ("grep" . "grep --color=auto ")
+ (aliases `(("grep" . "grep --color=auto ")
("ll" . "ls -l ")
("ls" . "ls -p --color=auto ")
("pull-guix" . ,pull-guix)