freebsd-ports/lang/ccl/pkg-message

13 lines
299 B
Text
Raw Normal View History

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)