chore(emacs): remove the install and update

This commit is contained in:
Ade Attwood 2022-09-08 20:25:49 +01:00
parent 76e05f928c
commit 8ace3ffffe

View file

@ -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
#