From 698f01fd90c204ca4a5c2b5cc5a26d9172ecc264 Mon Sep 17 00:00:00 2001 From: jgart <47760695+jgarte@users.noreply.github.com> Date: Sun, 3 Oct 2021 17:13:55 -0400 Subject: [PATCH] Update leaf config in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index cd6fa8b..c5ab4b1 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,7 @@ Add the following to your `~/.emacs` config and restart your editor: Add the following to your `~/.emacs` or `~/.emacs.d/init.el`: ```elisp -(leaf mint-mode - :mode ("\\.mint\\'" . mint-mode)) +(leaf mint-mode) ``` Features