phoenixanimations
Results
2
issues of
phoenixanimations
Right now on async it just shows: `Asynchronous Move of 1 on 1 file done`. I would like for there to be an option that shows which files were moved....
Example setup: test-01.el: ```elisp (message "test-01") (provide 'test-01) ``` test-02.el: ```elisp (message "test-02") (provide 'test-02) ``` test-combine.el: ```elisp (use-package test-02 :after test-01 :demand t :config (message "Config: test-02")) (use-package test-01...
docs