https://github.com/daviddesimone/ng-async-files
emacs-ng module for async file operations
https://github.com/daviddesimone/ng-async-files
Last synced: about 2 months ago
JSON representation
emacs-ng module for async file operations
- Host: GitHub
- URL: https://github.com/daviddesimone/ng-async-files
- Owner: DavidDeSimone
- License: gpl-3.0
- Created: 2021-01-17T21:36:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T03:42:15.000Z (over 5 years ago)
- Last Synced: 2025-01-25T21:26:28.822Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/ng_async_find_file@0.1.0/mod-async-files.js';")`