Skip to content

LIT-Procotol/emacs-molecule

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Abir

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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Emacs Lisp 100.0%