summary refs log tree commit diff
path: root/.dir-locals.el
blob: a53c8aa6db54f6d2c9c86f13e1d74daaccf2ddbd (plain) (blame)
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 \\|[Ff]ixe[ds] \\|[Rr]esolve[ds]? \\|[Cc]lose[ds]? \\|[Pp]\\(?:ull [Rr]equest\\|[Rr]\\) \\|(\\)#\\([0-9]+\\))?\\)")
  (bug-reference-url-format . "https://github.com/NixOS/nixpkgs/issues/%s"))
 (nix-mode
  (tab-width . 2)))