Evaluating a lisp file with stumpwm functions
Michael Raskin <[email protected]> Mon, 19 Jun 2023 23:44:41 +0200
| Newsgroups | gmane.comp.window-managers.stumpwm.devel |
|---|---|
| Message-ID | <[email protected]> |
>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")