14 lines
349 B
Diff
14 lines
349 B
Diff
diff --git a/load.lisp b/load.lisp
|
|
index c8c4cf0..8c9ca2e 100644
|
|
--- a/load.lisp
|
|
+++ b/load.lisp
|
|
@@ -111,6 +111,8 @@ from $XDG_CONFIG_HOME/clfswm/clfswmrc")
|
|
;;;------------------
|
|
(load-info "Requiring CLX")
|
|
|
|
+(require 'clx)
|
|
+
|
|
;;; Loading clisp dynamic module. This part needs clisp >= 2.50
|
|
;;#+(AND CLISP (not CLX))
|
|
;;(when (fboundp 'require)
|