Arc Forumnew | comments | leaders | submitlogin
2 points by hjek 2031 days ago | link | parent

Ok, makes sense. Thanks for the explanation!

So I guess it's on purpose that `(hook 'somewhere)` doesn't do anything until you define a hook for that place yourself, e.g.:

    (defhook somewhere () (pr "Hello from somewhere"))