aboutsummaryrefslogtreecommitdiff
path: root/lisp/docshack-mdn.el
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-10-05 16:16:04 +1100
committerYuchen Pei <hi@ypei.me>2022-10-05 16:16:12 +1100
commit6ae3d74d2c8b81117544bfd03558273d6c156324 (patch)
tree3f60cd66d4c0a7f18ed6a750bcf405858f53e87d /lisp/docshack-mdn.el
First commit.HEADmaster
Adding mdn build tool
Diffstat (limited to 'lisp/docshack-mdn.el')
-rw-r--r--lisp/docshack-mdn.el4
1 files changed, 4 insertions, 0 deletions
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)