Add the Poetry package to a new Python menu
This commit is contained in:
parent
b67bc78f3f
commit
9953cb1f49
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user