diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-14 11:17:08 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-14 11:17:08 +0100 |
commit | 6260f8907e64fa9db5d7864f08adac56931eefd8 (patch) | |
tree | 7fe87bd6e4d36701d3a4a122772006f9587391b9 | |
parent | db5dc0aef6cfcdb85a28cde900095046ec5c19f3 (diff) |
Disable Emacs GUI
-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 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 |