diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-08-13 21:01:52 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-08-13 21:01:52 +0200 |
commit | fe6e22b04164775bd9e4923de4964455e89e74b7 (patch) | |
tree | 460d3b51217c6d9d2bfbe31b587009b5352ad954 /home-configuration.scm | |
parent | 49cf07323318775ff2d64f80c7e6dc6db742a4e3 (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 |