Skip to content

A Package for Nervos Molecule Serialization in Emacs

License

Notifications You must be signed in to change notification settings

yangby-cryptape/emacs-molecule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Emacs-Molecule

License

A Package for Molecule in Emacs.

Features

  • Syntax Highlighting
  • Indentation (simple)

Installation

Manual

  • Download the source code.
  • Extract the downloaded package into the directory ${HOME}/.emacs.d/ and rename it to molecule.
  • Add the following code into your emacs configuration:
(add-to-list 'load-path "~/.emacs.d/molecule")
(require 'molecule-mode)
(add-to-list 'auto-mode-alist '("\\.mol\\'" . molecule-mode))

License

Licensed under GNU Affero General Public License v3.0.

About

A Package for Nervos Molecule Serialization in Emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published