From 96ef3f103744c682567bbb0e90cda1559c6746df Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sat, 25 May 2024 15:24:35 +0530 Subject: [PATCH] Update keycast recipe to use the main branch (#2933) tarsius has moved all his projects to use the `main` branch by default. --- recipes/keycast.rcp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/keycast.rcp b/recipes/keycast.rcp index 111f1192e..7228f848d 100644 --- a/recipes/keycast.rcp +++ b/recipes/keycast.rcp @@ -1,4 +1,7 @@ (:name keycast :description "Show current command and its key in the mode line." :type github + :branch "main" + :depends (compat) + :minimum-emacs-version "25.3" :pkgname "tarsius/keycast")