From 3ef223fe4822bf12e7d62dbc19262c9112b0b648 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Sat, 9 Jan 2021 16:07:56 -0500 Subject: [PATCH] [provisioning] Update to Emacs 27 --- recipes/emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/emacs b/recipes/emacs index cc3ddc4..76c04f8 100644 --- a/recipes/emacs +++ b/recipes/emacs @@ -11,6 +11,6 @@ case $_PLATFORM in linux) _recipe _apt _ppa kelleyk/emacs - _apt emacs26 + _apt emacs27 ;; esac