In my config, I have the followings line:
(nerd-icons-install-fonts)
How do I prevent this from happening multiple times? I just need it, when it is not installed.
In my config, I have the followings line:
(nerd-icons-install-fonts)
How do I prevent this from happening multiple times? I just need it, when it is not installed.
These types of install functions I add to a package-upgrade-all hook. Still redundant but only when you run package-upgrade-all which shouldn’t be often
Can you share this code, please. Would it run, when you install emacs fresh?