From f2921f357b26244f01acd865d23f809949d71868 Mon Sep 17 00:00:00 2001 From: Tuomas Kareinen Date: Sun, 2 Mar 2025 14:40:12 +0200 Subject: [PATCH] brew: update Emacs to v30 --- .Brewfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Brewfile b/.Brewfile index 3abc953..24729cd 100644 --- a/.Brewfile +++ b/.Brewfile @@ -15,7 +15,7 @@ brew "bash" brew "bash-completion@2" brew "chruby" brew "coreutils" -brew "d12frosted/emacs-plus/emacs-plus@29", args: %w[with-modern-icon with-native-comp] if OS.mac? +brew "d12frosted/emacs-plus/emacs-plus@30", args: %w[with-modern-icon] if OS.mac? brew "ffmpeg" brew "fzf" brew "git"