diff options
-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) |