Speed type

This commit is contained in:
Maciej 2021-03-08 09:07:12 +02:00
parent 185c112890
commit f8043e178b
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
5 changed files with 24 additions and 4 deletions

View file

@ -27,7 +27,7 @@
^Magit: _m_: Git status _C_: Git checkout _M_: Git blame
^
^LISP: _i_: Console _e_: Eval region
^ _d_: Deft
^Other: _d_: Deft _T_: Speed type
^
"
@ -51,6 +51,7 @@
("c" projectile-invalidate-cache)
("n" projectile-add-known-project)
("i" ielm)
("T" speed-type-text)
("e" eval-region)
("m" magit-status)