Browse Source

beancount now without :ensure

master
Marc Pohling 4 years ago
parent
commit
6704c671f9
1 changed files with 1 additions and 1 deletions
  1. 2
      init.org

2
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)

Loading…
Cancel
Save