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
- Host: GitHub
- URL: https://github.com/daviddesimone/ng-async-files
- Owner: DavidDeSimone
- License: gpl-3.0
- Created: 2021-01-17T21:36:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T03:42:15.000Z (over 4 years ago)
- Last Synced: 2025-01-25T21:26:28.822Z (3 months 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 operationsUsage:
`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';")`