From 9953cb1f497562d6f7510184605d5520c3e2ad26 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 12 Dec 2019 16:01:02 +0100 Subject: [PATCH] Add the Poetry package to a new Python menu --- configuration.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.org b/configuration.org index 200174e..34f1696 100644 --- a/configuration.org +++ b/configuration.org @@ -3574,6 +3574,9 @@ With the new Transient package it will be easier. I just don’t know how to us [("i" "Enable zone on idle" gpolonkai/zone-enable) ("q" "Disable zone on idle" zone-leave-me-alone)]) +(define-transient-command gpolonkai/python-menu () + [("p" "Poetry" poetry)]) + (define-transient-command gpolonkai/menu () [("a" "My agenda" gpolonkai/org-agenda-list) ("b" "Where has my cursor gone?" beacon-blink) @@ -3586,6 +3589,7 @@ With the new Transient package it will be easier. I just don’t know how to us ("l" "Store Org link" org-store-link) ("m" "Mail…" gpolonkai/mail-menu) ("o" "Special files…" gpolonkai/special-files-menu) + ("p" "Python…" gpolonkai/python-menu) ("q" "Stack Exchange…" gpolonkai/sx-menu) ("r" "Show a random TODO" org-random-todo) ("u" "Open URL" browse-url-at-point)