commit: eb73e9833b2b1460f894c6a92998480dc61ce43a Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Apr 23 18:17:45 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 18:35:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb73e983
app-emacs/auctex: Add lexbind cookie to site-init files Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/auctex/files/50auctex-gentoo.el | 3 +-- app-emacs/auctex/files/60auctex-gentoo.el | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app-emacs/auctex/files/50auctex-gentoo.el b/app-emacs/auctex/files/50auctex-gentoo.el index ad4377967194..6648931c309e 100644 --- a/app-emacs/auctex/files/50auctex-gentoo.el +++ b/app-emacs/auctex/files/50auctex-gentoo.el @@ -1,5 +1,4 @@ - -;;; auctex site-lisp configuration +;;; auctex site-lisp configuration -*-lexical-binding:t-*- (add-to-list 'load-path "@SITELISP@") (require 'tex-site) diff --git a/app-emacs/auctex/files/60auctex-gentoo.el b/app-emacs/auctex/files/60auctex-gentoo.el index 93b601b29769..37f2296d13e3 100644 --- a/app-emacs/auctex/files/60auctex-gentoo.el +++ b/app-emacs/auctex/files/60auctex-gentoo.el @@ -1,4 +1,3 @@ - -;;; auctex site-lisp configuration, activating preview-latex +;;; auctex site-lisp config, activating preview-latex -*-lexical-binding:t-*- (load "preview-latex.el" nil t t)
