Add undo-tree package

This commit is contained in:
Maciej 2020-11-27 21:20:11 +02:00
parent 81c60f404d
commit affdeb52fe
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
4 changed files with 18 additions and 2 deletions

View file

@ -43,7 +43,7 @@ _d_: Deft _c_: Invalidate cache
^^^^^^^^-----------------------------------------------------------------------
_c_: Comment line _y_: Yasnippet
_r_: Regex replace _m_: Company
_i_: Indent region
_i_: Indent region _u_: Undo tree
_a_: Align regexp
_e_: Eval region
_s_: Swiper
@ -57,6 +57,7 @@ _s_: Swiper
("e" eval-region)
("s" swiper)
("u" undo-tree-visualize)
("y" company-yasnippet)
("m" company-complete))