From f91108fe4d311578423d55f38e8aa733bd31320e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Mon, 30 Dec 2019 20:31:04 +0100 Subject: [PATCH] require asdf if not using quicklisp --- .config/stumpwm/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/stumpwm/config b/.config/stumpwm/config index fefc3be..4f174ed 100644 --- a/.config/stumpwm/config +++ b/.config/stumpwm/config @@ -71,6 +71,8 @@ (dolist (head (screen-heads scr)) (enable-mode-line scr head t))) +(require :asdf) ; needed to find swank in ~/common-lisp if not using + ; quicklisp (require :swank) (defcommand swank () ()