Skip to content

Commit f13b16f

Browse files
Emacs: update safe local variables
1 parent 3a50633 commit f13b16f

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

emacs/.emacs.d/custom.el

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,23 @@
2828
'((org-autotask :vc-backend Git :url
2929
"https://github.com/laurynas-biveinis/org-autotask/")))
3030
'(safe-local-variable-values
31-
'((elisp-lint-indent-specs (if-let* . 2) (if-let . 2)
31+
'((elisp-lint-indent-specs (org-mcp--modify-and-save . 3)
32+
(org-mcp--with-visiting-org-file . 2)
33+
(org-mcp--with-uri-prefix-dispatch . 1)
34+
(org-mcp--with-org-file . 1)
35+
(org-mcp-test--assert-error-and-file . 1)
36+
(org-mcp-test--assert-archive-error . 1)
37+
(org-mcp-test--with-enabled . defun)
38+
(org-mcp-test--with-config . 1)
39+
(org-mcp-test--with-temp-org-file . 2)
40+
(org-mcp-test--with-add-todo-setup . 2)
41+
(org-mcp-test--with-id-tracking . 2)
42+
(org-mcp-test--with-id-setup . 2)
43+
(org-mcp-test--with-archive-setup . 4)
44+
(org-mcp-test--with-archive-file . 2)
45+
(org-mcp-test--get-tag-config-and-check . defun)
46+
(mcp-server-lib-ert-with-server . defun))
47+
(elisp-lint-indent-specs (if-let* . 2) (if-let . 2)
3248
(mcp-server-lib-test--with-server . defun)
3349
(mcp-server-lib-test--with-servers . 1)
3450
(mcp-server-lib-test--with-tools . 1)

0 commit comments

Comments
 (0)