mirror of
https://github.com/davidkeegan/dklrt
synced 2024-11-16 07:47:50 +01:00
19 lines
451 B
EmacsLisp
19 lines
451 B
EmacsLisp
|
;;; dklrc.el --- Ledger Recurring Transactions.
|
||
|
|
||
|
;; Copyright: (c) David Keegan 2011-2013.
|
||
|
;; Licence: FSF GPLv3.
|
||
|
;; Author: David Keegan <dksw@eircom.net>
|
||
|
;; Version: 0.1
|
||
|
;; Package-Requires: ((emacs "24.1"))
|
||
|
;; Keywords: ledger ledger-cli recurring periodic automatic
|
||
|
;; URL: https://github.com/davidkeegan/dklrc
|
||
|
|
||
|
;;; Commentary:
|
||
|
|
||
|
;; An add-on to ledger-mode which inserts recurring transactions to
|
||
|
;; the current file.
|
||
|
|
||
|
;;; Code:
|
||
|
|
||
|
(provide 'dklrc)
|