From 60725904d6570907bb9842e7231933a0b5758689 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Mon, 22 Jul 2024 13:40:25 -0400 Subject: [PATCH] feat: add keybinding for `undo-tree` --- config.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.org b/config.org index c94a495..1ff5c12 100644 --- a/config.org +++ b/config.org @@ -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