File tree 2 files changed +5
-0
lines changed
layers/+distributions/spacemacs-base
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1153,6 +1153,7 @@ Some elements can be dynamically toggled:
1153
1153
| ~SPC t m n~ | toggle the cat! (if =colors= layer is declared in your dotfile) |
1154
1154
| ~SPC t m p~ | toggle the point character position |
1155
1155
| ~SPC t m t~ | toggle the mode line itself |
1156
+ | ~SPC t m T~ | toggle the time |
1156
1157
| ~SPC t m v~ | toggle the version control info |
1157
1158
| ~SPC t m V~ | toggle the new version lighter |
1158
1159
Original file line number Diff line number Diff line change 304
304
:off (hidden-mode-line-mode)
305
305
:documentation " Toggle the visibility of modeline."
306
306
:evil-leader " tmt" )
307
+ (spacemacs|add-toggle display-time
308
+ :mode display-time-mode
309
+ :documentation " Display time in modeline."
310
+ :evil-leader " tmT" )
307
311
(spacemacs|add-toggle transparent-frame
308
312
:status nil
309
313
:on (spacemacs/toggle-transparency)
You can’t perform that action at this time.
0 commit comments