mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Set initial state in prodigy to normal
This allows using evil-collection's bindings for this mode. Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
This commit is contained in:
@ -1,8 +1,6 @@
|
|||||||
;;; tools/prodigy/config.el -*- lexical-binding: t; -*-
|
;;; tools/prodigy/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(after! prodigy
|
(after! prodigy
|
||||||
(set-evil-initial-state! 'prodigy-mode 'emacs)
|
|
||||||
|
|
||||||
(defadvice! +prodigy--add-project-property-a (orig-fn &rest args)
|
(defadvice! +prodigy--add-project-property-a (orig-fn &rest args)
|
||||||
"Adds a new :project property to prodigy services, which hides the service
|
"Adds a new :project property to prodigy services, which hides the service
|
||||||
unless invoked from the relevant project."
|
unless invoked from the relevant project."
|
||||||
|
Reference in New Issue
Block a user