From 1b74abb05caee8d1f4caacad4ae196ce4f896abc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 20 Apr 2015 00:51:20 +0200 Subject: Use quicklisp to load stumptray --- stumpwm/.stumpwmrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stumpwm/.stumpwmrc b/stumpwm/.stumpwmrc index 7fd39b5..f27e782 100644 --- a/stumpwm/.stumpwmrc +++ b/stumpwm/.stumpwmrc @@ -310,9 +310,10 @@ Run `*lock-screen-hook*' before locking it and run (concatenate 'string (sb-ext:posix-getenv "HOME") "/.stumpwm.d/desktop.lisp")) -(ignore-errors (load-module "stumptray")) -(load "~/.local/share/quicklisp/local-projects/stumpwm/contrib/util/stumptray/stumptray.lisp") -(stumptray::stumptray) +;; (ignore-errors (load-module "stumptray")) +;; (load "~/.local/share/quicklisp/local-projects/stumpwm/contrib/util/stumptray/stumptray.lisp") +(ql:quickload "stumptray") +(stumptray:stumptray) (ql:quickload "swank") (swank:create-server :dont-close t) -- cgit v1.2.3-54-g00ecf