From 9715cdd6761717a7465f809b8a6e0218cceaa66e Mon Sep 17 00:00:00 2001 From: James Bunton Date: Fri, 22 Jul 2016 09:19:26 +1000 Subject: [PATCH] markdown-mode --- .gitmodules | 3 +++ README.txt => README.md | 0 lisp/my-file-modes.el | 2 ++ packages/{README => README.md} | 0 packages/markdown-mode | 1 + 5 files changed, 6 insertions(+) rename README.txt => README.md (100%) rename packages/{README => README.md} (100%) create mode 160000 packages/markdown-mode diff --git a/.gitmodules b/.gitmodules index 6a4f495..0315f88 100644 --- a/.gitmodules +++ b/.gitmodules @@ -88,3 +88,6 @@ [submodule "gnu-emacs"] path = gnu-emacs url = https://delx.net.au/git/mirror-gnu-emacs +[submodule "markdown-mode"] + path = packages/markdown-mode + url = https://github.com/jrblevin/markdown-mode.git diff --git a/README.txt b/README.md similarity index 100% rename from README.txt rename to README.md diff --git a/lisp/my-file-modes.el b/lisp/my-file-modes.el index df3af2f..33bfcad 100644 --- a/lisp/my-file-modes.el +++ b/lisp/my-file-modes.el @@ -25,6 +25,8 @@ (add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode)) (add-to-list 'interpreter-mode-alist '("node" . js2-mode)) +(require 'markdown-mode) + (require 'pkgbuild-mode) (require 'python) diff --git a/packages/README b/packages/README.md similarity index 100% rename from packages/README rename to packages/README.md diff --git a/packages/markdown-mode b/packages/markdown-mode new file mode 160000 index 0000000..c5f9265 --- /dev/null +++ b/packages/markdown-mode @@ -0,0 +1 @@ +Subproject commit c5f9265edf698017e64c69e32fb1d137a7bfc39e -- 2.39.2