.s/.stumpwm.d/swank.lisp

8 lines
214 B
Common Lisp
Raw Permalink Normal View History

2022-10-26 00:13:43 -04:00
;; 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)