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

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

[nongnu] elpa/git-modes bb71cb2226: Convert readme to org


From: ELPA Syncer
Subject: [nongnu] elpa/git-modes bb71cb2226: Convert readme to org
Date: Fri, 1 Apr 2022 06:58:16 -0400 (EDT)

branch: elpa/git-modes
commit bb71cb2226a1cf105c329f3186bfcb5bb37e2f2d
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Convert readme to org
---
 README.md  | 40 ----------------------------------------
 README.org | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 40 deletions(-)

diff --git a/README.md b/README.md
deleted file mode 100644
index a6a7476501..0000000000
--- a/README.md
+++ /dev/null
@@ -1,40 +0,0 @@
-Git Config Modes
-================
-
-Emacs major modes for various Git configuration files.
-
-The list of contributors can be found
-[here](https://github.com/magit/git-modes/graphs/contributors).
-
-The following libraries are part of the `git-modes` package, which
-is available from NonGNU ELPA as well as from Melpa.
-
-`gitattributes-mode`
---------------------
-
-Auto-/loading the library `gitattributes-mode` enabled the mode for
-`.gitattributes`, `.git/info/attributes`, and `git/attributes` files.
-
-`gitconfig-mode`
-----------------
-
-Auto-/loading the library `gitconfig-mode` enables the mode for
-`.gitconfig`, `.git/config`, `git/config`, and `.gitmodules` files.
-
-`gitconfig-mode` derives from `conf-unix-mode`.
-
-`gitignore-mode`
-----------------
-
-Auto-/loading the library `gitignore-mode` enables the mode for
-`.gitignore`, `.git/info/exclude`, and `git/ignore` files.
-
-`gitignore-mode` derives from `conf-unix-mode`.
-
-This mode may be of use in other files that don't have anything to do
-with Git, for example:
-
-```lisp
-(add-to-list 'auto-mode-alist
-             (cons "/.dockerignore\\'" 'gitignore-mode))
-```
diff --git a/README.org b/README.org
new file mode 100644
index 0000000000..844731a4fa
--- /dev/null
+++ b/README.org
@@ -0,0 +1,35 @@
+* Git Config Modes
+
+Emacs major modes for various Git configuration files.
+
+The list of contributors can be found 
[[https://github.com/magit/git-modes/graphs/contributors][here]].
+
+The following libraries are part of the ~git-modes~ package, which
+is available from NonGNU ELPA as well as from Melpa.
+
+** ~gitattributes-mode~
+
+Auto-/loading the library ~gitattributes-mode~ enabled the mode for
+~.gitattributes~, ~.git/info/attributes~, and ~git/attributes~ files.
+
+** ~gitconfig-mode~
+
+Auto-/loading the library ~gitconfig-mode~ enables the mode for
+~.gitconfig~, ~.git/config~, ~git/config~, and ~.gitmodules~ files.
+
+~gitconfig-mode~ derives from ~conf-unix-mode~.
+
+** ~gitignore-mode~
+
+Auto-/loading the library ~gitignore-mode~ enables the mode for
+~.gitignore~, ~.git/info/exclude~, and ~git/ignore~ files.
+
+~gitignore-mode~ derives from ~conf-unix-mode~.
+
+This mode may be of use in other files that don't have anything
+to do with Git, for example:
+
+#+begin_src emacs-lisp
+  (add-to-list 'auto-mode-alist
+              (cons "/.dockerignore\\'" 'gitignore-mode))
+#+end_src



reply via email to

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