Set stumpwm module path

This commit is contained in:
Jeremy Dormitzer 2020-05-27 07:20:44 -04:00
parent 28ad7c2ddd
commit 8df8887538

View File

@ -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)