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 #