]> git.donarmstrong.com Git - lib.git/commitdiff
remove magit and tiny-tools (I'm using straight to load them)
authorDon Armstrong <don@donarmstrong.com>
Tue, 26 Mar 2024 03:35:08 +0000 (20:35 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 26 Mar 2024 03:35:08 +0000 (20:35 -0700)
emacs_el/.mrconfig
emacs_el/configuration/don-configuration.org

index a4fe2ca89ab55ae2b01aa10593a4b3c86ff20104..eaffac0b9e754fa2838a22fc79c7bbf153cff0cf 100644 (file)
@@ -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
index ac3af192a217f90bb7fb380d424135f0aaeb93b5..60f3c536bf3d40536761d963af0e11bd92987e80 100644 (file)
@@ -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