aboutsummaryrefslogtreecommitdiff
path: root/lang/ccl/pkg-message
blob: 2013595fc876d4ccd812fc9a9655792fa85bc1f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12

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)