dklrt/dklrt.texi

117 lines
2.1 KiB
Text
Raw Normal View History

2013-10-20 11:09:44 +01:00
\input texinfo @c -*-texinfo-*-
@c %**start of header
2013-10-20 11:13:59 +01:00
@setfilename dklrt.info
2013-10-28 10:25:41 +00:00
@settitle Ledger Recurring Transactions 1.0
2013-10-20 11:09:44 +01:00
@c %**end of header
@syncodeindex fn cp
@syncodeindex vr cp
@syncodeindex ky cp
@c Before release, run C-u C-c C-u C-a
@c (texinfo-all-menus-update with a prefix arg). This
@c updates the node pointers, which texinfmt.el needs.
@copying
2013-10-20 11:13:59 +01:00
This manual is for emacs package dklrt version 1.0.
2013-10-20 11:09:44 +01:00
Copyright @copyright{} 20102013 David Keegan.
May be redistributed under the terms of the Free Software
Foundation GNU Free Documentation Licence.
@end copying
@dircategory Emacs misc features
@direntry
2013-10-20 11:13:59 +01:00
* Ledger Recurring Transactions: (dklrt).
2013-10-20 11:09:44 +01:00
@end direntry
@documentencoding UTF-8
@iftex
@finalout
@end iftex
@macro dkcmditem{key, key2, command}
@item @kbd{\key\}@tie{} (@kbd{\key2\}) (@code{\command\})
@end macro
@macro dkcmd{key, key2, command}
@kbd{\key\}@tie{} (@kbd{\key2\}) (@code{\command\})
@end macro
@macro dkcmdidx{key, key2, command}
@kindex \key\
@kindex \key2\
@findex \command\
@kbd{\key\}@tie{} (@kbd{\key2\}) (@code{\command\})
@end macro
@macro dktag{text}
@samp{\text\}
@end macro
@titlepage
2013-10-28 10:25:41 +00:00
@title Ledger Recurring Transactions 1.0
2013-10-20 11:09:44 +01:00
@author David Keegan
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage
@contents
@ifnottex
@node Top
@top Ledger Recurring Transactions
@end ifnottex
@menu
* Introduction::
* Index::
@end menu
@node Introduction
@chapter Introduction
@menu
* Overview::
* Getting Started::
* Known Issues::
* History::
@end menu
@node Overview
@section Overview
@node Getting Started
@section Getting Started
2013-10-28 08:38:39 +00:00
To append recurring transactions on entry to ledger-mode,
add this line to your emacs profile:
@lisp
(add-hook 'ledger-mode-hook 'dklrt-AppendRecurringMaybe)
@end lisp
To bind \C-cr to dklrt-AppendRecurring in ledger-mode only,
add this line to your emacs profile (optional).
@lisp
(add-hook 'ledger-mode-hook 'dklrt-SetCcKeys)
@end lisp
2013-10-20 11:09:44 +01:00
@node Known Issues
@section Known Issues
@node History
@section History
This package was written between 2011-06-08 and 2011-08-17.
@node Index
@chapter Index
@printindex cp
@bye