branch: externals/auctex-label-numbers
commit 5cd20085587efa2ba96669158d4acba6db4b0fe6
Author: Paul Nelson <[email protected]>
Commit: Paul Nelson <[email protected]>

    Add directory local binding to avoid rearranging bib entries
---
 .dir-locals.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 00000000000..7c5cfcac75d
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,4 @@
+;;; Directory Local Variables            -*- no-byte-compile: t -*-
+;;; For more information see (info "(emacs) Directory Variables")
+
+((LaTeX-mode . ((czm-tex-ref-rearrange-bib-entries . nil))))

Reply via email to