From ead94866eae3bb1f490f0eda5940f4c7b3da38be Mon Sep 17 00:00:00 2001 From: Marc Date: Tue, 18 Mar 2025 11:07:44 +0100 Subject: [PATCH] changed path to fava --- user-global/elisp/beancount.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-global/elisp/beancount.el b/user-global/elisp/beancount.el index dbd7e0a..e23f9f5 100644 --- a/user-global/elisp/beancount.el +++ b/user-global/elisp/beancount.el @@ -412,7 +412,7 @@ Leave point at the beginning of the thing under point.") (defvar beancount-terminal-name "foot" "Name of the terminal emulator to run fava.") -(defvar beancount-fava-exec "/usr/bin/fava" +(defvar beancount-fava-exec "/opt/fava/bin/fava" "Full path of fava executable.") (defvar beancount-install-dir nil