From 240d30da7d1083291fef1fee665c611a2c31c378 Mon Sep 17 00:00:00 2001 From: Albert Graef Date: Sun, 11 Nov 2018 00:31:31 +0100 Subject: [PATCH] Comment changes. --- midizap-mode.el | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/midizap-mode.el b/midizap-mode.el index 0b2a660..0e4d38b 100644 --- a/midizap-mode.el +++ b/midizap-mode.el @@ -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)