>Sorry for this trivial question. >I have a lisp file with stumpwm functions. How do I evaluate it?
Evaluate from stumpwmrc or from UI (or from connected SLIME)? In stumpwmrc: (load "/path/to/file.lisp") In UI: press [PREFIX] (normally C-t by default) then colon key (:); in the prompt type (load "/path/to/file.lisp")