Auto install emacs packages with MELPA

前端 未结 6 1066
情话喂你
情话喂你 2020-12-22 22:42

I want to declare all packages that I want to use in emacs in a init.el file. I wonder if its possible to load the missing packages with e.g. MELPA when I startup e

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-22 23:37

    Here's my answer to a similar question: https://stackoverflow.com/a/14838150/245173. The code will automatically install missing packages, but won't update existing ones, so only the first startup is slow.

提交回复
热议问题