Browse Source

fixed load-path for beancount.el

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

2
init.org

@ -816,7 +816,7 @@ deactivate
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(if (string-equal system-type "gnu/linux") (if (string-equal system-type "gnu/linux")
(use-package beancount (use-package beancount
:load-path "user-local/elisp"
:load-path "user-global/elisp"
; :ensure t ; :ensure t
:defer t :defer t
:mode :mode

Loading…
Cancel
Save