From c00f12ad5e7006715b4f042a348bb5feed94e95e Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 14 Aug 2022 23:06:53 +0200 Subject: Disable Emacs GUI --- home-configuration.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3