]> xn--ix-yja.es Git - alex.git/commitdiff
Install Emacs 30 from COPR on EL9, remove from plan
authoralex <alex@pdp7.net>
Sat, 29 Mar 2025 10:55:58 +0000 (11:55 +0100)
committeralexpdp7 <alex@corcoles.net>
Sat, 29 Mar 2025 10:56:50 +0000 (11:56 +0100)
emacs/plan.org
personal_infra/puppet/modules/basic_software/manifests/init.pp

index c7e24abc1d04cc25b9d81dbd16a7b582baaadbb2..4531b0c463909c4005401604f68094abb1e8148c 100644 (file)
@@ -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
index 583edbbca99b815fd8542717a3ae64c6288df740..2452f9825654a06ce7c9ab4c3bf5e097b623ed7a 100644 (file)
@@ -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') {