An Emacs major mode for the Acton programming language.
- Syntax highlighting for
.actfiles - Basic indentation support
Add to your packages.el:
(package! acton-mode
:recipe (:host github :repo "actonlang/acton-mode"))Then run doom sync.
(straight-use-package
'(acton-mode :type git :host github :repo "actonlang/acton-mode"))- Clone this repository:
git clone https://github.com/actonlang/acton-mode.git- Add to your Emacs init file:
(add-to-list 'load-path "/path/to/acton-mode")
(require 'acton-mode)