I want to programmatically navigate emacs lisp (and similar "nested paren code").
Specific functions I want:
- Go to first child (which errors if there are no children (maybe
lispy-outline-goto-child
but better) - Go to sibling
- Go to parent (already supported by
(backward-up-list)
)