diff options
| author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-12-03 23:45:37 +0100 |
|---|---|---|
| committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-12-03 23:45:37 +0100 |
| commit | 6b91ca035493e8eef079f462db367efa142afa08 (patch) | |
| tree | 4d7748aceef7eda9a197995ed12e0cf1dca4247f | |
| parent | 33d6640d4c781f3c82f08198020e6bfd7efe7456 (diff) | |
Disable Emacs UI
| -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 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) |
