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.

  • Hammar_MortyB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    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

    • argsmatterOPB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      Can you share this code, please. Would it run, when you install emacs fresh?