From 9b9b453eebd8382a5e52c81b687497ed6098dffa Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@donarmstrong.com>
Date: Mon, 25 Mar 2024 20:35:08 -0700
Subject: [PATCH] remove magit and tiny-tools (I'm using straight to load them)

---
 emacs_el/.mrconfig                           | 4 ----
 emacs_el/configuration/don-configuration.org | 1 -
 2 files changed, 5 deletions(-)

diff --git a/emacs_el/.mrconfig b/emacs_el/.mrconfig
index a4fe2ca..eaffac0 100644
--- a/emacs_el/.mrconfig
+++ b/emacs_el/.mrconfig
@@ -1,6 +1,2 @@
-[tiny-tools]
-checkout = git clone https://github.com/jaalto/project--emacs-tiny-tools.git tiny-tools
-[magit-vcsh]
-checkout = git clone https://github.com/dondelelcaro/magit-vcsh.git magit-vcsh
 [yasnippet-snippets]
 checkout = git clone https://github.com/AndreaCrotti/yasnippet-snippets yasnippet-snippets
diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org
index ac3af19..60f3c53 100644
--- a/emacs_el/configuration/don-configuration.org
+++ b/emacs_el/configuration/don-configuration.org
@@ -572,7 +572,6 @@ value, scrolling continues until there is no more output.
 ;; load tinyprocmail
 (use-package tinyprocmail
   :straight (tinytools :type git :type git :host github :repo "jaalto/project--emacs-tiny-tools")
-  ; :load-path "~/lib/emacs_el/tiny-tools/lisp/tiny"
   :mode (".procmailrc" . turn-on-tinyprocmail-mode)
   )
 #+END_SRC
-- 
2.39.5