chore(emacs): remove the install and update
This commit is contained in:
parent
76e05f928c
commit
8ace3ffffe
1 changed files with 0 additions and 11 deletions
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue