mirror of
https://github.com/stumpwm/stumpwm.git
synced 2026-09-10 07:26:20 -04:00
10 lines
182 B
Common Lisp
10 lines
182 B
Common Lisp
(in-package #:cl-user)
|
|
|
|
#-sbcl
|
|
(error "This lisp implementation is not supported.")
|
|
|
|
(require 'asdf)
|
|
|
|
(asdf:load-asd #p"@STUMPWM_ASDF_DIR@/stumpwm.asd")
|
|
(asdf:load-system "stumpwm")
|