From 8c4e09dff83847ac7f07bf1da7751e9328006c4d Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Thu, 30 Jul 2026 20:09:00 -0400 Subject: actual final changes and get rid of junk in lisp dir actually works fine --- .config/emacs/lisp/magit/docs/.orgconfig | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .config/emacs/lisp/magit/docs/.orgconfig (limited to '.config/emacs/lisp/magit/docs/.orgconfig') diff --git a/.config/emacs/lisp/magit/docs/.orgconfig b/.config/emacs/lisp/magit/docs/.orgconfig deleted file mode 100644 index 9b1e67f..0000000 --- a/.config/emacs/lisp/magit/docs/.orgconfig +++ /dev/null @@ -1,18 +0,0 @@ -# -*- mode:org -*- -# Copyright (C) 2021-2026 Jonas Bernoulli -# SPDX-License-Identifier: GPL-3.0-or-later -# URL: https://github.com/emacscollective/org-macros -# Visit that to see these macros in a human-readable format. - -#+language: en - -#+options: H:4 num:3 toc:2 compact-itemx:t -#+property: header-args :eval never - -#+macro: year (eval (format-time-string "%Y")) -#+macro: version (eval (if-let ((tag (ignore-errors (car (process-lines "git" "describe" "--exact-match"))))) (concat "version " (substring tag 1)) (or (ignore-errors (car (process-lines "git" "describe"))) (concat "version " (or $1 ""))))) -#+macro: kbd (eval (format "@@texinfo:@kbd{@@%s@@texinfo:}@@" (let (case-fold-search) (replace-regexp-in-string (regexp-opt '("BS" "TAB" "RET" "ESC" "SPC" "DEL" "LFD" "DELETE" "SHIFT" "Ctrl" "Meta" "Alt" "Cmd" "Super" "UP" "LEFT" "RIGHT" "DOWN") 'words) "@@texinfo:@key{@@\\&@@texinfo:}@@" $1 t)))) -#+macro: kbdvar (eval (format "@@texinfo:@kbd{@@%s@@texinfo:}@@" (let (case-fold-search) (replace-regexp-in-string "<\\([a-zA-Z-]+\\)>" "@@texinfo:@var{@@\\1@@texinfo:}@@" (replace-regexp-in-string (regexp-opt '("BS" "TAB" "RET" "ESC" "SPC" "DEL" "LFD" "DELETE" "SHIFT" "Ctrl" "Meta" "Alt" "Cmd" "Super" "UP" "LEFT" "RIGHT" "DOWN") 'words) "@@texinfo:@key{@@\\&@@texinfo:}@@" $1 t) t)))) -#+macro: codevar (eval (format "@@texinfo:@code{@@%s@@texinfo:}@@" (let (case-fold-search) (replace-regexp-in-string "\\([A-Z][A-Z-]+\\)" "@@texinfo:@var{@@\\&@@texinfo:}@@" $1 t)))) -#+macro: var @@texinfo:@var{@@$1@@texinfo:}@@ -#+macro: dfn @@texinfo:@dfn{@@$1@@texinfo:}@@ -- cgit v1.2.3