git.fiddlerwoaroof.com
Browse code

bug(lispworks): fix loading of lw-add-ons

Edward authored on 07/11/2021 08:34:51
Showing 1 changed files
... ...
@@ -21,8 +21,6 @@
21 21
 (eval-when (:compile-toplevel :load-toplevel :execute)
22 22
   (load "~/quicklisp/setup.lisp"))
23 23
 
24
-(ql:quickload :lw-add-ons)
25
-
26 24
 (editor:bind-key "Insert Space And Show Arglist" "Space")
27 25
 (editor:bind-key "Indent Form" #("Control-c" "Meta-q"))
28 26
 (editor:bind-key "Insert Parentheses For Selection" #\( :mode "Lisp")
... ...
@@ -63,3 +61,6 @@ Any indentation preceeding the parenthesis is deleted."
63 61
                   'system:locale-file-encoding
64 62
                   system:*file-encoding-detection-algorithm*))
65 63
 (set-default-character-element-type 'simple-char)
64
+
65
+(ql:quickload :lw-add-ons)
66
+