summary refs log tree commit diff
path: root/pkgs/applications/window-managers/clfswm/require-clx.patch
blob: ae2234461d25d89890a443f41a241547a2ed2cba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)