Use timeclock-mode-line-display in default bindings (#14713)

This commit is contained in:
Zach Pearson 2021-04-25 17:51:39 -05:00 committed by GitHub
parent e0a6363ba9
commit d72e512993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -124,6 +124,8 @@ the [[file:CHANGELOG.org][CHANGELOG.org]] file.
state (thanks to Sylvain Benner)
- Restricted ~SPC b C-d~ to only kill other buffers in current perspective
(thanks to Seong Yong-ju)
- Changed ~SPC t t m~ from ~timeclock-modeline-display~ which was deprecated
in Emacs 24.3 to ~timeclock-mode-line-display~ (thanks to Zach Pearson)
- Other:
- Support for multiple cursors using =evil-mc= is now encapsulated in the
=multiple-cursors= layer (thanks to Codruț Constantin Gușoi)

View File

@ -608,7 +608,7 @@ respond to this toggle."
"ttg" 'timeclock-workday-remaining-string
"tti" 'timeclock-in
"ttl" 'timeclock-when-to-leave-string
"ttm" 'timeclock-modeline-display
"ttm" 'timeclock-mode-line-display
"tto" 'timeclock-out
"ttr" 'timeclock-reread-log
"tts" 'timeclock-status-string