I do not know if this helps, but the way I did it, is that I used "M-x customize-variable" on "ledger-binary-path" This added me this in .emacs (custom-set-variables '(ledger-binary-path "/home/thierry/bin/ledger"))
Thierry On Monday, August 20, 2012 3:24:31 AM UTC+2, sergio ruiz wrote: > > for some reason, i cannot get emacs to find the binary for ledger. > > i installed using homebrew, and it puts it here: > > /usr/local/bin/ledger > > i added this: > > (setq ledger-binary-path "/usr/local/bin/ledger") > > to .emacs > > and still have no luck.. > > any ideas? > > thanks! >
