diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-08-13 21:01:52 +0200 |
---|---|---|
committer | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-08-13 21:27:47 +0200 |
commit | 0aae22bc1b12b03efb5e81f260ec0ebe6f512f58 (patch) | |
tree | 4bebd5e19dc0b1386418157a4c74672fa127f6b2 /home-configuration.scm | |
parent | 07bd5508168e532f9a5d604f1b26b6fb8de20b7a (diff) |
Further Configuration of Geiser
Diffstat (limited to 'home-configuration.scm')
-rw-r--r-- | home-configuration.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-configuration.scm b/home-configuration.scm index 6e00918..7b1d272 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -10,7 +10,7 @@ (packages (map (compose list specification->package+output) - (list "cpupower" "dconf-editor" "emacs" "emacs-aggressive-indent" "emacs-company" "emacs-geiser" "emacs-geiser-guile" "emacs-paredit" "font-google-noto" "git" "git-lfs" "gnome-tweaks" "libreoffice" "pwgen" "seahorse" "trezor-agent"))) + (list "cpupower" "dconf-editor" "emacs" "emacs-ac-geiser" "emacs-aggressive-indent" "emacs-company" "emacs-geiser" "emacs-geiser-guile" "emacs-paredit" "font-google-noto" "git" "git-lfs" "gnome-tweaks" "libreoffice" "pwgen" "seahorse" "trezor-agent"))) (services (list (service home-bash-service-type |