diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-08-13 16:21:43 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-08-13 16:21:43 +0200 |
commit | 3719e63c9545e91e161e313dd7168d6c1cf06f80 (patch) | |
tree | 27b961b2794a89221c1294a7abe8482add7bee2c /home-configuration.scm | |
parent | 3da85cc3a251b4d95292811ec7786266b91fd3e4 (diff) |
Emacs Company 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 a1c771c..ea02659 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" "emacs-paredit" "font-google-noto" "git" "git-lfs" "gnome-tweaks" "libreoffice" "pwgen" "seahorse" "trezor-agent" ) ) ) + ( list "cpupower" "dconf-editor" "emacs" "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 |