From 3af1b1f140204d8ec11c212c06d9606f17675e90 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 14 Jan 2024 11:17:11 +0100 Subject: Disable Emacs UI --- home-configuration.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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