Re: How to install/use ledger emacs support?

2014-07-03 Thread Simon Michael
On 7/2/14 5:41 PM, Craig Earls wrote: oops. I forgot that I separated out the ledger mode document ion into a separate reference. see ledger-mode.pdf, you may need to build it using texi2pdf in the doc subdirectory of the ledger distribution. Simon, can we add ledger-mode.pdf to the docs on

Re: How to install/use ledger emacs support?

2014-07-03 Thread Craig Earls
Thanks! On Thursday, July 3, 2014, Simon Michael si...@joyful.com wrote: On 7/2/14 5:41 PM, Craig Earls wrote: oops. I forgot that I separated out the ledger mode document ion into a separate reference. see ledger-mode.pdf, you may need to build it using texi2pdf in the doc subdirectory

How to install/use ledger emacs support?

2014-07-02 Thread Ra Wa
I'm an emacs newbie , usually using vim. Can someone tell me how/where to install the emacs support files (*.el) and how to invoke the reconcile command? (ledger version 3.0 compiled from github sources) I copied all the *.el files to ~/.emacs.d I created ~/.emacs with (add-to-list

Re: How to install/use ledger emacs support?

2014-07-02 Thread Eric Abrahamsen
Ra Wa rw950...@gmail.com writes: I'm an emacs newbie , usually using vim. Can someone tell me how/where to install the emacs support files (*.el) and how to invoke the reconcile command? (ledger version 3.0 compiled from github sources) I copied all the *.el files to ~/.emacs.d I

Re: How to install/use ledger emacs support?

2014-07-02 Thread Erik Hetzner
For the record, you can also use MELPA to install ledger-mode: http://melpa.milkbox.net/#/ledger-mode best, Erik At Wed, 2 Jul 2014 16:48:51 -0700 (PDT), Ra Wa wrote: Thanks for the info Eric: Does the line ; -*-ledger-*- At the top of my ledger file still work to set ledger-mode or

Re: How to install/use ledger emacs support?

2014-07-02 Thread Ra Wa
Thanks for the info Eric I was able to get it working with the following config $ cat ~/.emacs (add-to-list 'load-path ~/.emacs.d) (load ledger-mode) (add-to-list 'auto-mode-alist '(*\\.lgr$ . ledger-mode)) $ ls ~/.emacs.d ledger-commodities.el ledger-exec.el ledger-mode.el

Re: How to install/use ledger emacs support?

2014-07-02 Thread Craig Earls
oops. I forgot that I separated out the ledger mode document ion into a separate reference. see ledger-mode.pdf, you may need to build it using texi2pdf in the doc subdirectory of the ledger distribution. Simon, can we add ledger-mode.pdf to the docs on the web site? On Wed, Jul 2, 2014 at