emacs/code/elpa/helm-20230830.514/.dir-locals.el

10 lines
560 B
EmacsLisp
Raw Normal View History

2022-04-25 19:22:36 +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:38 +00:00
(byte-compile-warnings . (not obsolete docstrings docstrings-non-ascii-quotes))))
2022-04-25 19:22:36 +00:00
(emacs-lisp-mode . ((mode . bug-reference-prog)
2022-11-08 03:31:08 +00:00
(indent-tabs-mode . nil)
(fill-column . 80))))