├── .gitignore ├── Emacs.apl ├── README.md ├── dyalog-mode.el └── melpa_recipe.txt /.gitignore: -------------------------------------------------------------------------------- 1 | *.elc -------------------------------------------------------------------------------- /Emacs.apl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harsman/dyalog-mode/HEAD/Emacs.apl -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harsman/dyalog-mode/HEAD/README.md -------------------------------------------------------------------------------- /dyalog-mode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harsman/dyalog-mode/HEAD/dyalog-mode.el -------------------------------------------------------------------------------- /melpa_recipe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harsman/dyalog-mode/HEAD/melpa_recipe.txt --------------------------------------------------------------------------------