feat: add keybinding for undo-tree

This commit is contained in:
Kiana Sheibani 2024-07-22 13:40:25 -04:00
parent d7b69bdf5a
commit 60725904d6
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -1190,6 +1190,8 @@ If PARENTS is non-nil, the parents of the specified directory will also be creat
#+begin_src emacs-lisp
(map! :leader
:desc "Undo Tree"
"o u" #'undo-tree-visualize
:desc "Open URL"
"s u" #'goto-address-at-point)
#+end_src