From 761b48f198ee7595c5ad51277397acb00e7bb8c1 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 20 Nov 2019 08:53:16 -0500 Subject: [PATCH] Change Prodigy keybinding --- emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index def0285..30c4c03 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -3109,7 +3109,7 @@ Syntax highlighting for Dockerfiles: :config (add-hook 'prodigy-view-mode-hook (lambda () (toggle-truncate-lines 1)))) - (leader-def-key "P" #'prodigy) + (leader-def-key "aP" #'prodigy) #+END_SRC Add the ability to associate a file with a service instead of a buffer: