Add a keybind for timer-list-cancel

This commit is contained in:
Case Duckworth 2022-04-12 13:18:55 -05:00
parent 298ebabb88
commit e0e49f18fd
1 changed files with 1 additions and 0 deletions

View File

@ -813,6 +813,7 @@
(display-time-mode +1))
(setup timer-list
(:bind "d" #'timer-list-cancel)
(:hook #'hl-line-mode
#'lin-mode))