From 6704c671f99d0dce45a6b42ed69fec38abf98236 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Tue, 3 Dec 2019 15:23:54 +0100 Subject: [PATCH] beancount now without :ensure --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index a06929d..580e58e 100644 --- a/init.org +++ b/init.org @@ -513,7 +513,7 @@ deactivate (if (string-equal system-type "gnu/linux") (use-package beancount :load-path "user-local/elisp" - :ensure t +; :ensure t :defer t :mode ("\\.beancount$" . beancount-mode)