My main issue with Emacs Lisp at this point (due to my own ignorance, of course) is not knowing about possible existing functions that could solve my problem. I'm used to searching documentation visually, reading over docs where I can see namespaces of classes / functions that handle my desired task.
Is the workflow really to call M-x apropos and hope that whatever I need will be matched by my search query?
Is it more recalling some function after reading others' code?


