Digistar Mode
Digistar-mode is a major-mode for editing Digistar scripts in Emacs.
Installation
The easiest way to install digistar-mode is via
Melpa. Ensure that your package-archives
variable contains an entry for melpa, then do:
M-x package-install RET digistar-mode RET
An entry will automatically be added to auto-mode-alist
to use
digistar-mode for '*.ds' files.
Digistar-mode is also available at github.
Features
-
Basic syntax highlighting.
-
Indentation.
-
Show absolute time of current line. (
C-c C-t
) -
View .lis file. (
C-c C-l
) -
Time-record minor-mode. (
C-c C-r
)Digistar-time-record-mode is a minor mode that records timestamps into a Digistar script in realtime as you press the space key.