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 | a443d8b0b6b9644965429e5ddc3b95a29202c851 (patch) | |
tree | f6d5fdb637d85ef8d2d93cc340888b0d7784a00e /home-configuration.scm | |
parent | 7ec417e842217680f2663fbc5dee4d70d7816a00 (diff) |
Emacs Paredit Installation
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 ebde674..a1c771c 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -9,7 +9,7 @@ ( packages ( map ( compose list specification->package+output ) - ( list "cpupower" "dconf-editor" "emacs" "emacs-geiser" "emacs-geiser-guile" "font-google-noto" "git" "git-lfs" "gnome-tweaks" "libreoffice" "pwgen" "seahorse" "trezor-agent" ) ) ) + ( list "cpupower" "dconf-editor" "emacs" "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 |