diff options
author | JSDurand <mmemmew@gmail.com> | 2023-02-21 16:26:11 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2023-02-21 16:26:11 +0800 |
commit | 7880f616502f64c8b1b3b092ade8876a433aeb12 (patch) | |
tree | a3efab60af7e859bbcebd6a63d30fd469218584c | |
parent | f1b051d8f80f83fa6ff853667b01e309944673e0 (diff) |
tex: Derive labels and ask for confirmation.
* tex-conf.el (reftex-insert-label-flags): Be smarter when inserting
labels.
-rw-r--r-- | tex-conf.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tex-conf.el b/tex-conf.el index 58940b2..0c90a48 100644 --- a/tex-conf.el +++ b/tex-conf.el @@ -69,6 +69,10 @@ (advice-add #'TeX-pdf-tools-sync-view :override #'durand-TeX-pdf-tools-sync-view-a) +;;; Derive labels and ask for confirmation + +(setq reftex-insert-label-flags (list t t)) + ;;; Correlate (load "/usr/local/share/emacs/site-lisp/auctex/tex.el" nil t) |