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: