From 19c196087b7dde8ba25400e3da30fa9e4f4fe432 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Wed, 14 Aug 2024 06:21:55 -0400 Subject: [PATCH] feat: add `nerd-icons` insertion binding --- config.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 85611be..a238470 100644 --- a/config.org +++ b/config.org @@ -1200,7 +1200,9 @@ If PARENTS is non-nil, the parents of the specified directory will also be creat :desc "Undo Tree" "o u" #'undo-tree-visualize :desc "Open URL" - "s u" #'goto-address-at-point) + "s u" #'goto-address-at-point + :desc "Nerd Icons" + "i i" #'nerd-icons-insert) #+end_src ** Automated Nix Builds