Skip to content

yuutayamada/gold-mode-el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gold-mode

This is a .gold file editing package. you can see about gold here.

Installation

From MELPA, you can install like this:

M-x package-install gold-mode RET

Emacs's Configuration

If you installed from MELPA, this package may change to gold-mode automatically when you opened .gold extension file. So you don't need to write below codes.

Below part is for manual(git or el-get) installation user:

(add-to-list 'load-path "path/to/gold-mode-directory")
(autoload 'gold-mode "gold-mode")
(add-to-list 'auto-mode-alist '("\\.gold$" . gold-mode))

About

Emacs's major-mode for editing .gold files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published