spacemacs/core/tools/doc-fmt/tests/packages.el
syl20bnr 7f07a965ad core: expand doc-fmt usage to any form of formatting
Add argument `action` as first positional argument, the second
positonal argument is for tests.

Add actions `doc` and `config`, doc works on org files and config works
on configuration file like packages.el.
The special action `all` performs all actions.

Move test files to `test` sub-folder.

Choose between `md5sum` and `md5` (on OS X) executables.

Add a new formatting function `move-packages-to-config` to move
package lists to config.el file.
2016-05-27 00:32:05 -04:00

10 lines
167 B
EmacsLisp

;; Test file for packages.el formatting and migrations
(setq mylayer-packages
'(
package1
package2
package3
package4
))