pkgsrc/devel/cobol-mode/MESSAGE
ryoon cb369352aa Import cobol-mode.el-0.0.20150505 as devel/cobol-mode.
COBOL-MODE is a major Emacs mode for editing ANSI COBOL. It provides
syntax highlighting and automatic indentation.
2015-05-05 12:38:50 +00:00

11 lines
461 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1 2015/05/05 12:38:50 ryoon Exp $
To enable COBOL mode, add the following to your ~/.emacs .
;;; COBOL mode
(setq auto-mode-alist (append auto-mode-alist
'(("\\.cob$" . cobol-mode))))
(autoload 'cobol-mode "cobol-mode"
"A major mode for editing ANSI Cobol/Scobol files." t nil)
===========================================================================