emacs/org/elpa/helm-20220803.1447/.dir-locals.el

9 lines
520 B
EmacsLisp
Raw Normal View History

2022-04-25 19:53:05 +00:00
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((bug-reference-bug-regexp . "\\(\\b\\(?:[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")
2022-08-04 18:39:15 +00:00
(byte-compile-warnings . (not obsolete docstrings docstrings-non-ascii-quotes))))
2022-04-25 19:53:05 +00:00
(emacs-lisp-mode . ((mode . bug-reference-prog)
(indent-tabs-mode . nil))))