(calendar-mode-map): Add bindings for appt-add and appt-delete.
This commit is contained in:
parent
0340dc60d6
commit
c25aec78d1
1 changed files with 2 additions and 0 deletions
|
@ -1914,6 +1914,8 @@ the inserted text. Value is always t."
|
|||
(define-key calendar-mode-map "gmnh" 'calendar-next-haab-date)
|
||||
(define-key calendar-mode-map "gmpt" 'calendar-previous-tzolkin-date)
|
||||
(define-key calendar-mode-map "gmnt" 'calendar-next-tzolkin-date)
|
||||
(define-key calendar-mode-map "A" 'appt-add)
|
||||
(define-key calendar-mode-map "D" 'appt-delete)
|
||||
(define-key calendar-mode-map "S" 'calendar-sunrise-sunset)
|
||||
(define-key calendar-mode-map "M" 'calendar-phases-of-moon)
|
||||
(define-key calendar-mode-map " " 'scroll-other-window)
|
||||
|
|
Loading…
Add table
Reference in a new issue