Comment changes.

master
Albert Graef 2018-11-11 00:31:31 +01:00
parent 951fa8fb17
commit 240d30da7d
1 changed files with 7 additions and 6 deletions

View File

@ -3,12 +3,9 @@
;;; Commentary:
;;; This is a simple mode for editing midizaprc files which provides basic
;;; syntax highlighting and a command which lets you quickly launch a midizap
;;; session (with options) on the edited midizaprc file in an Emacs buffer.
;;; The mode also supports auto-completion of midizaprc keywords using the
;;; auto-complete package available from MELPA, see:
;;; https://github.com/auto-complete/auto-complete.
;;; syntax highlighting, and a command midizap-mode-run, bound to C-c C-c,
;;; which lets you quickly launch a midizap session (with options) on the
;;; edited midizaprc file in an Emacs buffer.
;;; Install this anywhere where Emacs finds it (e.g., in the Emacs site-lisp
;;; directory -- usually under /usr/share/emacs/site-lisp on Un*x systems, or
@ -17,6 +14,10 @@
;;; (require 'midizap-mode)
;;; The mode also supports auto-completion of midizaprc keywords, to make this
;;; work you'll need the auto-complete package available from MELPA, please
;;; check: https://github.com/auto-complete/auto-complete.
;;; Code:
(require 'comint)