freebsd-ports/lang/ccl/pkg-message
Jimmy Olgeni d46c6439d3 Integrate adsf-install and the local FreeBSD registry into
asdf:*central-registry* by default.
2010-01-09 14:09:13 +00:00

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)