diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-12-21 21:41:57 +0100 |
---|---|---|
committer | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-12-21 21:41:57 +0100 |
commit | 1c4c0dfa566b77999e39ea1b294512a1d491ef71 (patch) | |
tree | 5966fe24f90527f4c99c8a66424eebca547118ec /home-configuration.scm | |
parent | 45d9b35171da16500bb6b3fb0b88dd434affe9e0 (diff) |
Modify Emacs settings
Diffstat (limited to 'home-configuration.scm')
-rw-r--r-- | home-configuration.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/home-configuration.scm b/home-configuration.scm index 52b8b2c..cc29a52 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -114,8 +114,7 @@ ("LIBGL_ALWAYS_SOFTWARE" . "1") ("NVM_DIR" . "$HOME/src/nvm") ("GUILE_AUTO_COMPILE" . "0"))) - (aliases `(("emacs" . "emacs -nw") - ("grep" . "grep --color=auto ") + (aliases `(("grep" . "grep --color=auto ") ("ll" . "ls -l ") ("ls" . "ls -p --color=auto ") ("pull-guix" . ,pull-guix) |