Hi! > > Is there a way to remove all keybindings from *root-map*? > > I want to clear the *root-map* and then define new bindings. >
Without a REPL at my hands - you can do something like (mapcar (lambda (x) (undefine-key *root-map* x)) *root-map*). Or maybe (setf *root-map* nil) is equivalent. _______________________________________________ Stumpwm-devel mailing list Stumpwm-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/stumpwm-devel
