mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] Add ledger-mode
This commit is contained in:
parent
4d6daff257
commit
7f6e2602de
1 changed files with 13 additions and 0 deletions
|
@ -1038,6 +1038,19 @@ breaks.
|
||||||
'(text-mode-hook
|
'(text-mode-hook
|
||||||
org-mode-hook)))
|
org-mode-hook)))
|
||||||
|
|
||||||
|
#+END_SRC
|
||||||
|
* Finances
|
||||||
|
** Ledger
|
||||||
|
|
||||||
|
Command-line double-entry accounting system.
|
||||||
|
https://www.ledger-cli.org/
|
||||||
|
|
||||||
|
#+name: packages
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package ledger-mode
|
||||||
|
:ensure t
|
||||||
|
:mode "\\.ledger$")
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Mail
|
* Mail
|
||||||
** Gnus
|
** Gnus
|
||||||
|
|
Loading…
Reference in a new issue