Skip to content

Commit 4af1881

Browse files
committed
Disable AI session links by default
1 parent f70e517 commit 4af1881

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ai-code-session-link.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
(defvar ai-code-backends-infra--session-directory nil
2121
"Session working directory set by ai-code-backends-infra buffers.")
2222

23-
(defcustom ai-code-session-link-enabled t
23+
(defcustom ai-code-session-link-enabled nil
2424
"When non-nil, make supported links clickable in AI session buffers.
2525
2626
Disable this if you prefer to avoid the extra linkification work on

0 commit comments

Comments
 (0)