On emacs mailing lists, I saw people insert their directory hierarchy like this:
|-- .yas-make-groups |-- collections | |-- each | `-- ... |-- control structure | |-- forin | `-- ... |-- definitions | `-- ... `-- general `-- ...
where .yas-make-groups will be a file, and collections will be a directory, etc.
I suppose this is a naive question, but is there some kind of elisp code that no one has told me about what I can use for this, or some kind of package that does this?
source share