text-editors.lisp 157 B

12345678
  1. (in-package :stumpwm)
  2. (defcommand racket () ()
  3. (run-shell-command "drracket"))
  4. (defcommand editor () ()
  5. (run-or-raise "leafpad" '(:class "Leafpad") ))