On 2016-02-14 19:42, Craig Earls <[email protected]> writes:

> I had never heard of spacemacs before. I looked at it and it seems about as
> blasphemous an editor as could be constructed!

;)

> I will see if I can get it running and take a look.

The simplest is this way:
- temporarily move your .emacs.d in some safe place
- clone the repo
- launch emacs, let it download its packages
- upon relaunch, edit the .spacemacs file, search for
dotspacemacs-configuration-layers and add "finance" to the list of
layers (this is the one including ledger).

If it matters, here is my local configuration:


  (setq ledger-default-date-format "%Y-%m-%d")
  (setq ledger-reconcile-default-commodity "€")
  (setq ledger-schedule-file "~/Documents/Org/mescomptes-schedule.ledger")
  (setq ledger-schedule-look-forward 31)
  (setq ledger-use-iso-dates t)
  (setq ledger-narrow-on-reconcile nil)

  (spacemacs/set-leader-keys-for-major-mode 'ledger-reconcile-mode
    "c" 'ledger-reconcile-toggle
    "g" 'ledger-reconcile-refresh
    "q" 'ledger-reconcile-quit)

Best,

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7
Monthly Athmospheric CO₂ (2016-01, Mauna Loa Obs.): 402.52

-- 

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