bram85's Blog

bram85's Avatar Image
Tooting mostly about #emacs.
← All posts

Attempting to migrate my #emacs config from straight.el to Elpaca.

First hurdle taken: configuring built-in packages.

Straight:

(use-package foo :straight (foo :type built-in))

The Elpaca equivalent:

(elpaca-use-package foo :ensure nil)

To like or reply, open original post on Emacs.ch