Added readme
Getty Ritter
10 years ago
| 1 | A major mode for editing [NDBL][https://github.com/aisamanra/ndbl] files. | |
| 2 | This mode is also available through a package archive hosted at | |
| 3 | [`gelpa.gdritter.com`][http://gelpa.gdritter.com/], which means you can | |
| 4 | install it by adding | |
| 5 | ||
| 6 | ~~~~ | |
| 7 | (add-to-list 'package-archives '("gelpa" . "http://gelpa.gdritter.com/") t) | |
| 8 | (use-package ndbl-mode :ensure t) | |
| 9 | ~~~~ | |
| 10 | ||
| 11 | to your `.emacs`. |