Fix typo in calendar function

This commit is contained in:
Lorenzo Bolla 2017-11-13 11:56:27 +00:00 committed by James N
parent 00f3de3103
commit 7936de29fc
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
"v" 'calendar-set-mark
;; goto
"." 'calendar-gototoday
"." 'calendar-goto-today
"gd" 'calendar-goto-date ; "gd" in evil-org-agenda, "gd" in Emacs.
;; "gd" 'calendar-other-month ; Not very useful if we have `calendar-goto-date'.