mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
d46c6439d3
asdf:*central-registry* by default.
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
|
|
You can permanently enable ASDF package management by using the
|
|
following commands in your .ccl-init.lisp file:
|
|
|
|
(require 'asdf)
|
|
(asdf:operate 'asdf:load-op 'asdf-install)
|
|
|
|
If you wish to disable signature verification (not recommended)
|
|
add:
|
|
|
|
(setq asdf-install:*verify-gpg-signatures* nil)
|
|
|