From: alex Date: Sat, 29 Mar 2025 10:55:58 +0000 (+0100) Subject: Install Emacs 30 from COPR on EL9, remove from plan X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=9d5e179ab89479c91f4e6fad630c1e87bd61694e;p=alex.git Install Emacs 30 from COPR on EL9, remove from plan --- diff --git a/emacs/plan.org b/emacs/plan.org index c7e24ab..4531b0c 100644 --- a/emacs/plan.org +++ b/emacs/plan.org @@ -1,6 +1,4 @@ -* Update to 30.1 and clean up -** https://copr.fedorainfracloud.org/coprs/mlampe/emacs-30/ for EL9 -** editorconfig +* editorconfig * Helm/company alternatives * Rustic * Magit diff --git a/personal_infra/puppet/modules/basic_software/manifests/init.pp b/personal_infra/puppet/modules/basic_software/manifests/init.pp index 583edbb..2452f98 100644 --- a/personal_infra/puppet/modules/basic_software/manifests/init.pp +++ b/personal_infra/puppet/modules/basic_software/manifests/init.pp @@ -3,6 +3,13 @@ class basic_software { if($facts['os']['family'] == 'RedHat') { package {'which':} + + copr {'emacs-30': + user => 'mlampe', + dist => 'epel-9', + } + -> + package {'emacs-nw':} } if ($facts['os']['family'] == 'Debian') {