d46c6439d3
asdf:*central-registry* by default.
12 lines
299 B
Text
12 lines
299 B
Text
|
|
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)
|
|
|