aboutsummaryrefslogtreecommitdiff
path: root/mdn/mdn-dir-locals.el
blob: d82ced8a0e2e3ea91e314b1f8008142c86ff26ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
;; does not work for all, but good enough
;; find [...] -exec grep --color=auto -n --null -E -A1 -B1 \\\(/en-US/\[\^d\] /dev/null \{\} +
;; 53 results

((markdown-mode
  . ((markdown-hide-urls . t)
     (markdown-translate-filename-function
      . (lambda (file)
          (concat (project-root (project-current)) "files"
                  (replace-regexp-in-string "/en-us/docs" "/en-us"
                                            (downcase file))
                  "/index.md"))))))