From 1521fe2f55c7696fbae662d229a43c942ae15747 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 10 Feb 2022 23:01:16 +0100 Subject: [PATCH] Sync .orgconfig with that of other packages These changes don't make a difference here. Consistency is good. --- docs/.orgconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.orgconfig b/docs/.orgconfig index 06952a1..138fae4 100644 --- a/docs/.orgconfig +++ b/docs/.orgconfig @@ -1,6 +1,6 @@ # -*- mode:org -*- -#+options: H:4 num:4 toc:2 +#+options: H:4 num:3 toc:2 compact-itemx:t #+property: header-args :eval never #+macro: kbd (eval (let ((case-fold-search nil) (regexp (regexp-opt '("SPC" "RET" "LFD" "TAB" "BS" "ESC" "DELETE" "SHIFT" "Ctrl" "Meta" "Alt" "Cmd" "Super" "UP" "LEFT" "RIGHT" "DOWN") 'words))) (format "@@texinfo:@kbd{@@%s@@texinfo:}@@" (replace-regexp-in-string regexp "@@texinfo:@key{@@\\&@@texinfo:}@@" $1 t))))