From 8df8887538007fcf8c08e42949f45fa1ad1b2fdd Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 27 May 2020 07:20:44 -0400 Subject: [PATCH] Set stumpwm module path --- stumpwm/.stumpwm.d/init.lisp | 3 +++ 1 file changed, 3 insertions(+) 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)