From 42a59abf02a7410f244a42980b6b803ed94b0be4 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 31 May 2023 13:54:19 +0200 Subject: [PATCH] + eventually matcha --- lisp/init-elget.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/init-elget.el b/lisp/init-elget.el index 1bcfc91..91856ac 100644 --- a/lisp/init-elget.el +++ b/lisp/init-elget.el @@ -71,6 +71,11 @@ :type http :url "http://nschum.de/src/emacs/rotate-text/rotate-text.el") +;; (el-get-bundle matcha +;; :type github +;; :pkgname "jojojames/matcha" +;; :features matcha) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; These packages doesn't install via melpa for unknown reasons ;; see https://github.com/melpa/melpa/issues/8480