feat: add keybinding for undo-tree
This commit is contained in:
parent
d7b69bdf5a
commit
60725904d6
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue