mirror of
https://github.com/SqrtMinusOne/org-journal-tags.git
synced 2025-12-10 19:03:03 +03:00
fix: widget-button-press
This commit is contained in:
parent
f473217671
commit
16e7ad11ca
1 changed files with 1 additions and 0 deletions
|
|
@ -1364,6 +1364,7 @@ BODY is put in that lambda."
|
|||
(define-key map (kbd "o") (org-journal-tags--with-close-status
|
||||
(org-journal-open-current-journal-file)))
|
||||
(define-key map (kbd "?") #'org-journal-tags--status-transient-help)
|
||||
(define-key map (kbd "RET") #'widget-button-press)
|
||||
(define-key map (kbd "q") (lambda ()
|
||||
(interactive)
|
||||
(quit-window t)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue