diff --git a/stumpwm/.stumpwm.d/init.lisp b/stumpwm/.stumpwm.d/init.lisp index a0661d1..ca716de 100644 --- a/stumpwm/.stumpwm.d/init.lisp +++ b/stumpwm/.stumpwm.d/init.lisp @@ -1,5 +1,8 @@ (in-package :stumpwm) +;; Set path to contrib modules +(set-module-dir "~/.stumpwm.d/contrib") + ;; Start up a swank server for happy SLIME hacking (require :swank) (swank-loader:init)