renaming is a good question. There are some still using ledger.el. Setting it up is covered in the ledger-mode.pdf available in the distribution (may have to make it from ledger-mode.text
this is what is in my emacs initializatio file: (add-to-list 'load-path (expand-file-name "~/source/ledger-devel/lisp/")) (load "ldg-new") my ledger file has ; -*- ledger -*- this at the beginning of each file. On Mon, Jun 10, 2013 at 6:01 PM, Eric Abrahamsen <[email protected]> wrote: > "Craig Earls" <[email protected]> writes: > >> The first thing to do is to download version 3 of ledger. Ledger mode >> doesn't support 2.6 > > I found the elisp file naming situation a little weird -- I assume > ldg-new.el is going to get named ledger.el at some point? As it is, > several invocations seem necessary to get the mode loaded: > > (add-to-list 'load-path "/path/to/ledger/lisp") > (load-library "ldg-new") > (require 'ledger) > > Is this right? > > (The new ledger-mode is *much* nicer than the old on, BTW) > > E > > -- > > --- > 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/groups/opt_out. > > -- Craig, Corona De Tucson, AZ enderw88.wordpress.com -- --- 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/groups/opt_out.
