From 3711ef95ec52d884e55e81969ff2d84f104cb33c Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 3 Dec 2022 23:45:37 +0100 Subject: Disable Emacs UI --- home-configuration.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home-configuration.scm') 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) -- cgit v1.2.3