Awesome
Emacs-Molecule
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 tomolecule
. - 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.