Skip to content

Commit

Permalink
Sync .orgconfig with that of other packages
Browse files Browse the repository at this point in the history
These changes don't make a difference here.  Consistency is good.
  • Loading branch information
tarsius committed Feb 10, 2022
1 parent edf4445 commit 1521fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.orgconfig
Original file line number Diff line number Diff line change
@@ -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))))
Expand Down

0 comments on commit 1521fe2

Please # to comment.