Add the Poetry package to a new Python menu

This commit is contained in:
Gergely Polonkai 2019-12-12 16:01:02 +01:00
parent b67bc78f3f
commit 9953cb1f49
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
1 changed files with 4 additions and 0 deletions

View File

@ -3574,6 +3574,9 @@ With the new Transient package it will be easier. I just dont 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 dont 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)