Merge pull request #4975 from rgrinberg/prodigy-mode

Set initial state in prodigy to normal
This commit is contained in:
Henrik Lissner 2021-05-03 19:12:46 -04:00 committed by GitHub
commit eb806477db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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."