From 1bd190c6ab6944dbfeb4ad872506583a6a03f659 Mon Sep 17 00:00:00 2001 From: TEC Date: Sun, 11 Oct 2020 13:05:47 +0800 Subject: [PATCH] Replace deprecated pcase syntax --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 0727dd2..13cccbd 100644 --- a/config.org +++ b/config.org @@ -4609,7 +4609,7 @@ Return nil otherwise." ("#+header:" (search-forward "#+begin_src") (+yas/org-src-lang)) - (t nil)))) + (_ nil)))) (defun +yas/org-most-common-no-property-lang () "Find the lang with the most source blocks that has no global header-args, else nil."