.s/.stumpwm.d/swank.lisp
2022-10-25 22:13:43 -06:00

8 lines
214 B
Common Lisp

;; Connect in emacs with slime-connect on port 4004
(require :swank)
(swank-loader:init)
(swank:create-server :port 4004
:style swank:*communication-style*
:dont-close t)