Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nidish96/abaqus-mode
- Owner: Nidish96
- Created: 2020-08-14T18:16:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T18:59:35.000Z (about 1 year ago)
- Last Synced: 2023-10-31T19:39:08.079Z (about 1 year ago)
- Language: Emacs Lisp
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# abaqus-mode
Emacs major-mode for editing Abaqus/Calculix inp filesThis 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