feat: add nerd-icons insertion binding

This commit is contained in:
Kiana Sheibani 2024-08-14 06:21:55 -04:00
parent 1d280a54bb
commit 19c196087b
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -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