diff options
Diffstat (limited to 'lang/ccl/pkg-message')
-rw-r--r-- | lang/ccl/pkg-message | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/ccl/pkg-message b/lang/ccl/pkg-message index 2013595fc876..f2937a620409 100644 --- a/lang/ccl/pkg-message +++ b/lang/ccl/pkg-message @@ -3,10 +3,4 @@ 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) |