From 712f8d63b37b8fa3c37a446743a1af53b7d059cf Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sat, 12 Aug 2023 10:45:51 +0530 Subject: [PATCH] Add a recipe for org-modern Implements a Modern Org Style using font-locking and text-properties. --- recipes/org-modern.rcp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/org-modern.rcp diff --git a/recipes/org-modern.rcp b/recipes/org-modern.rcp new file mode 100644 index 000000000..0a2188fa7 --- /dev/null +++ b/recipes/org-modern.rcp @@ -0,0 +1,6 @@ +(:name org-modern + :description "Modern looks for Org" + :type github + :depends (org-mode compat) + :pkgname "minad/org-modern" + :minimum-emacs-version "27.1")