Kev Lau <[email protected]> writes:

> I went to emacs.d and made a file called init.el 
> added the following code:-

That's the correct file.

> #+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

You need to remove the lines that start with `#+`.  They are part of
Org-mode syntax.  Though I'd definitely recommend using Org-mode and
Babel to manage your init file.

> Thanks
> Kevin

[...]

HTH,

Sam

-- 
Samuel W. Flint
4096R/266596F4
      (9477 D23E 389E 40C5 2F10  DE19 68E5 318E 2665 96F4)
(λs.(s s) λs.(s s))

-- 

--- 
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.

Reply via email to