Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nidish96/abaqus-mode

Emacs major-mode for editing Abaqus/Calculix inp files
https://github.com/nidish96/abaqus-mode

Last synced: 6 days ago
JSON representation

Emacs major-mode for editing Abaqus/Calculix inp files

Awesome Lists containing this project

README

        

# abaqus-mode
Emacs major-mode for editing Abaqus/Calculix inp files

This builds on top of the abaqus.el by Jorgen Bergstrom ([email protected]) from PolymerFEM.com .

# Installation:
Add the following lines to your .emacs file:

(add-hook 'abaqus-mode-hook 'turn-on-font-lock)
(autoload 'abaqus-mode "abaqus" "Enter abaqus mode." t)

Copy this file the emacs site-lisp directory:

cp abaqus.el [path to emacs site-lisp directory]

# TO DO:
+ Ensure commented lines do NOT fold and are visible at all times
+ Add Snippets
+ Add autocompletion database