From 628bfde98cef3cf6a08f779b23261128a6fb60c3 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 27 Aug 2020 19:35:51 +0200 Subject: [PATCH] Ensure that expand-region is available --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 7b46ea2..9e7186a 100644 --- a/init.el +++ b/init.el @@ -2602,6 +2602,7 @@ With given ARG, display files in `db/important-document-path’." (eproject-mode -1)))))) (use-package expand-region + :ensure t :commands (er/expand-region)) (use-package eww