惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
Jina AI
Jina AI
小众软件
小众软件
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
美团技术团队
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 聂微东
博客园 - 【当耐特】
人人都是产品经理
人人都是产品经理
雷峰网
雷峰网
博客园 - 司徒正美
量子位
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
宝玉的分享
宝玉的分享
月光博客
月光博客
IT之家
IT之家
博客园 - 三生石上(FineUI控件)
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
博客园 - Franky

elpa/gnu.git, branch externals/auctex

Release GNU AUCTeX 14.2.0 - elpa/gnu.git * latex.el (LaTeX-what-macro): Fix chars to skip backwards. - elpa/gnu.git * tex-ispell.el: Consolidate regexp for tabular environments. - elpa/gnu.git ; * latex.el (LaTeX-what-macro): Fix last change. - elpa/gnu.git * latex.el (LaTeX-what-macro): Improve macro recognition. - elpa/gnu.git Preserve `crm--choose-completion-string' - elpa/gnu.git - GNU ELPA Accept '-' as macro modifier - elpa/gnu.git Add new styles - elpa/gnu.git ; * tex-info.el (outline-heading-alist): Silence the compiler. - elpa/gnu.git Update style/simpleicons.el to package v16.29.0 - elpa/gnu.git Update NEWS.org for new preview feature - elpa/gnu.git Robustify check for escaped math switches/togglers - elpa/gnu.git Fix custom prompt with a default-value - elpa/gnu.git Fix prompt with a default-value - elpa/gnu.git Make `TeX-listify' an obsolete alias - elpa/gnu.git Fix 'syntax-propertize because of narrowing!' error - elpa/gnu.git Update style/ltx-talk.el to class v0.6.0 - elpa/gnu.git elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA Return context for RefTeX also for macros - elpa/gnu.git ; Fix last change - elpa/gnu.git Add in-buffer completion for citation keys - elpa/gnu.git ; Adjust Copyright years - elpa/gnu.git Improve query of the optional float placement - elpa/gnu.git Sort predefined environment hooks - elpa/gnu.git Sort predefined hooks - elpa/gnu.git Allow additional properties for in-buffer completion - elpa/gnu.git
elpa/gnu.git - GNU ELPA
Arash Esbati · 2026-06-17 · via elpa/gnu.git, branch externals/auctex
authorArash Esbati <arash@gnu.org>2026-06-16 19:42:27 +0200
committerArash Esbati <arash@gnu.org>2026-06-16 19:42:27 +0200
commitabe7da7ad93d8cc5f0b993ec243d1dba30686dc0 (patch)
treebbb8bcc8a2e8a3f4213e3a413939090cae7b62ea
parent2a180b543c2a49cb1061b135c33b4fdbd07b3b9b (diff)

* .dir-locals.el: Catch up with Emacs' .dir-locals.

-rw-r--r--.dir-locals.el3

1 files changed, 2 insertions, 1 deletions

diff --git a/.dir-locals.el b/.dir-locals.el
index 19a1d52b0b5..874e57a9ae7 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el

@@ -7,7 +7,6 @@

(emacs-lisp-docstring-fill-column . 72)

(lisp-body-indent . 2)

(bug-reference-url-format . "https://debbugs.gnu.org/%s")

- (diff-add-log-use-relative-names . t)

(vc-prepare-patches-separately . nil)))

(log-edit-mode . ((log-edit-font-lock-gnu-style . t)

(log-edit-setup-add-author . t)

@@ -16,6 +15,8 @@

(change-log-mode . ((mode . bug-reference)

(add-log-time-zone-rule . t)

(fill-column . 74)))

+ (diff-mode . ((mode . whitespace)

+ (diff-add-log-use-relative-names . t)))

(emacs-lisp-mode . ((mode . bug-reference-prog)

(electric-quote-comment . nil)

(electric-quote-string . nil)