From 8ace3ffffe100761613323c5194eab2eced646b7 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Thu, 8 Sep 2022 20:25:49 +0100 Subject: [PATCH] chore(emacs): remove the install and update --- manifests/root.pp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/manifests/root.pp b/manifests/root.pp index 9e6dfcc..69e53f9 100644 --- a/manifests/root.pp +++ b/manifests/root.pp @@ -23,17 +23,6 @@ node default { # class { 'vscode': } - # - # Install emacs - # - apt::ppa { 'ppa:kelleyk/emacs': } - package { 'emacs27': - ensure => installed, - require => [ - Apt::Ppa['ppa:kelleyk/emacs'], - ], - } - # # Neovim PPA to get a better version #