emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bnf-mode 68c0815 04/43: Added Customization documentati


From: Stefan Monnier
Subject: [elpa] externals/bnf-mode 68c0815 04/43: Added Customization documentation section
Date: Mon, 20 Jan 2020 13:38:59 -0500 (EST)

branch: externals/bnf-mode
commit 68c0815269f92e8cf355d38a9ec582dc518a048f
Author: Serghei Iakovlev <address@hidden>
Commit: Serghei Iakovlev <address@hidden>

    Added Customization documentation section
---
 README.org  | 8 ++++++++
 bnf-mode.el | 6 ++++++
 2 files changed, 14 insertions(+)

diff --git a/README.org b/README.org
index fae0ade..d09f5fc 100644
--- a/README.org
+++ b/README.org
@@ -64,6 +64,14 @@ documentation.
 By default any file that matches the glob ~*.bnf~ is automatically opened
 in ~bnf-mode~.
 
+** Customization
+
+To customize various options, use command as follows:
+
+#+begin_src
+M-x customize-group bnf RET
+#+end_src
+
 ** Support
 
 Feel free to ask question or make suggestions in our 
[[https://github.com/sergeyklay/bnf-mode/issues][issue tracker]] .
diff --git a/bnf-mode.el b/bnf-mode.el
index c87aad7..e90cf74 100644
--- a/bnf-mode.el
+++ b/bnf-mode.el
@@ -64,6 +64,12 @@
 ;; By default any file that matches the glob *.bnf is automatically opened
 ;; in `bnf-mode'.
 ;;
+;; Customization:
+;;
+;; To customize various options, use command as follows:
+;;
+;;   M-x customize-group bnf RET
+;;
 ;; Bugs:
 ;;
 ;; Bug tracking is currently handled using the GitHub issue tracker



reply via email to

[Prev in Thread] Current Thread [Next in Thread]