From 0e9ae176be8a951566db08be446e2e078a7835cd Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Mon, 3 May 2021 16:08:56 -0700 Subject: [PATCH] Set initial state in prodigy to normal This allows using evil-collection's bindings for this mode. Signed-off-by: Rudi Grinberg --- modules/tools/prodigy/config.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/tools/prodigy/config.el b/modules/tools/prodigy/config.el index 38e6dcc2e..a5dd1a3ee 100644 --- a/modules/tools/prodigy/config.el +++ b/modules/tools/prodigy/config.el @@ -1,8 +1,6 @@ ;;; tools/prodigy/config.el -*- lexical-binding: t; -*- (after! prodigy - (set-evil-initial-state! 'prodigy-mode 'emacs) - (defadvice! +prodigy--add-project-property-a (orig-fn &rest args) "Adds a new :project property to prodigy services, which hides the service unless invoked from the relevant project."