An open API service indexing awesome lists of open source software.

https://github.com/daviddesimone/ng-async-files

emacs-ng module for async file operations
https://github.com/daviddesimone/ng-async-files

Last synced: about 1 month ago
JSON representation

emacs-ng module for async file operations

Awesome Lists containing this project

README

        

# ng-async-files
emacs-ng module for async file operations

Usage:

`M-x (ng-async-find-file FILEPATH)`

This will open a loading screen to show progress, and will close the loading screen once the file is complete. You can include this with in your init.el:

`(eval-js "import 'https://deno.land/x/[email protected]/mod-async-files.js';")`