aboutsummaryrefslogtreecommitdiffstats
path: root/.stumpwmrc
diff options
context:
space:
mode:
Diffstat (limited to '.stumpwmrc')
-rw-r--r--.stumpwmrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.stumpwmrc b/.stumpwmrc
index b4c2c4b..412d0d9 100644
--- a/.stumpwmrc
+++ b/.stumpwmrc
@@ -1,5 +1,4 @@
;; -*- mode: lisp; -*-
-; (require 'swank)
(require 'cl-ppcre)
(in-package :stumpwm)
@@ -225,4 +224,5 @@ Run `*lock-screen-hook*' before locking it and run
(concatenate 'string (sb-ext:posix-getenv "HOME")
"/.stumpwm.d/desktop.lisp"))
-; (swank:create-server)
+(ql:quickload "swank")
+(swank:create-server)