Skip to content

Customized ACME mode for 6502 assembler support in Emacs

Notifications You must be signed in to change notification settings

afwlehmann/acme-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

In order to install acme-mode for Emacs, copy acme-mode.el into your local site-lisp directory and add the following lines to your ~/.emacs:

(autoload 'acme-mode "acme-mode"
    "Major mode for editing Acme 6502 sources." t)

(add-to-list 'auto-mode-alist '(".acme$" . acme-mode))

About

Customized ACME mode for 6502 assembler support in Emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published