summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: d5693d6f9cf9118f4ca9cd2d7327c80d942a8295 (plain)
1
2
3
4
5
6
7
8
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((nil . ((bug-reference-bug-regexp . "\\([Ii]ssue ?#?\\|[Bb]ug ?#?\\|[Pp]atch ?#\\|RFE ?#\\|PR [a-z+-]+/\\)\\([0-9]+\\(?:#[0-9]+\\)?\\)")
         (bug-reference-url-format . "https://github.com/emacs-helm/helm/issues/%s")
         (byte-compile-warnings . (not obsolete not docstrings))))
 (emacs-lisp-mode . ((mode . bug-reference-prog)
                     (indent-tabs-mode . nil))))