From 6ae3d74d2c8b81117544bfd03558273d6c156324 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Wed, 5 Oct 2022 16:16:04 +1100 Subject: First commit. Adding mdn build tool --- lisp/docshack-mdn.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lisp/docshack-mdn.el (limited to 'lisp') diff --git a/lisp/docshack-mdn.el b/lisp/docshack-mdn.el new file mode 100644 index 0000000..47a9dbc --- /dev/null +++ b/lisp/docshack-mdn.el @@ -0,0 +1,4 @@ +;; -*- lexical-binding: t; -*- +(require 'markdown-mode) +(put 'markdown-translate-filename-function 'safe-local-variable 'functionp) +(provide 'docshack-mdn) -- cgit v1.2.3