0

I have a folder structure like this,i want get a list that all folder names in pack folder. Then traverse the list and load them

├── pack
│   ├── completion
│   │   ├── company
│   │   │   └── pack-company.el
│   │   ├── ivy
│   │   │   └── pack-ivy.el
│   │   └── smartchr
│   │       └── pack-smartchr.el
│   ├── editor
│   │   ├── evil
│   │   │   └── pack-evil.el
│   │   ├── fold
│   │   │   └── pack-fold.el
│   │   └── multiple-cursors
│   │       └── pack-multiple.el

list will has pack/completion/company, pack/completion/ivy etc..

Drew
  • 75,699
  • 9
  • 109
  • 225

0 Answers0