From 23efc4a78293b160d58bf5ee935bb1a4c3d9a8a5 Mon Sep 17 00:00:00 2001 From: Sean Escriva Date: Sat, 23 May 2020 16:59:12 -0400 Subject: [PATCH] Add README for emacs/vc module --- modules/emacs/vc/README.org | 42 +++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 modules/emacs/vc/README.org diff --git a/modules/emacs/vc/README.org b/modules/emacs/vc/README.org new file mode 100644 index 000000000..ce7bef7c3 --- /dev/null +++ b/modules/emacs/vc/README.org @@ -0,0 +1,42 @@ +#+TITLE: emacs/vc +#+DATE: May 23, 2020 +#+SINCE: v3.0.0 +#+STARTUP: inlineimages nofold + +* Table of Contents :TOC_3:noexport: +- [[#description][Description]] + - [[#maintainers][Maintainers]] + - [[#module-flags][Module Flags]] + - [[#plugins][Plugins]] +- [[#prerequisites][Prerequisites]] +- [[#features][Features]] +- [[#configuration][Configuration]] +- [[#troubleshooting][Troubleshooting]] + +* Description +This module augments Emacs builtin version control support and provides better integration with git + +** Maintainers +This module has no dedicated maintainers. + +** Module Flags +This module provides no flags. + +** Plugins +# A list of linked plugins ++ [[https://github.com/rmuslimov/browse-at-remote][browse-at-remote]] ++ [[https://gitlab.com/pidu/git-timemachine][git-timemachine]] ++ [[https://github.com/magit/git-modes][gitconfig-mode]] ++ [[https://github.com/magit/git-modes][gitignore-mode]] + +* Prerequisites +This module has no prerequisites. + +* TODO Features +# An in-depth list of features, how to use them, and their dependencies. + +* TODO Configuration +# How to configure this module, including common problems and how to address them. + +* TODO Troubleshooting +# Common issues and their solution, or places to look for help.