branch: externals/transient
commit b5f451ecb681b7cdb74f4ce36bb8757dff03cdeb
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    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 06952a1375..138fae42e2 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))))

Reply via email to