I went to emacs.d and made a file called init.el
added the following code:-
#+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
Does not work. Could you tell me the exact file to add this? Pls
Thanks
Kevin
On Thursday, May 14, 2015 at 3:09:30 AM UTC+7, Kev Lau wrote:
>
> 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.
>
> Please help advise.
>
> Thanks
> Kevin
>
--
---
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.