On 2015-05-13 22:09, Kev Lau <[email protected]> writes:

> Hi,
> I am running ledger on my Apple OS X. I used homebrew for in the installation
> of ledger and am not sure what is the correct path to the ledger source .
>
> Trying to get it to work with emacs.

I have this in my init.el:

#+begin_src emacs-lisp
;; *** Homebrew

(add-to-list 'load-path "/usr/local/share/emacs/site-lisp")

;; *** Ledger

(add-to-list 'auto-mode-alist '("\\.ledger" . ledger-mode))
(setq ledger-default-date-format "%Y-%m-%d")
(setq ledger-reconcile-default-commodity "€")
#+end_src

Best,

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: PGP signature

Reply via email to