diff options
author | Alan Pearce | 2015-11-15 13:56:32 +0100 |
---|---|---|
committer | Alan Pearce | 2015-11-15 13:56:32 +0100 |
commit | dbb5e71d90cbe3833df166cf7183d7b07c090bd5 (patch) | |
tree | 00ca6c11ba06fac6032ce8be8f36aa4d1df60bc1 | |
parent | a8316761c256035026fcdb7968453aa78c3a264f (diff) | |
download | dotfiles-dbb5e71d90cbe3833df166cf7183d7b07c090bd5.tar.lz dotfiles-dbb5e71d90cbe3833df166cf7183d7b07c090bd5.tar.zst dotfiles-dbb5e71d90cbe3833df166cf7183d7b07c090bd5.zip |
Emacs: Fix ledger report auto-refresh
-rw-r--r-- | tag-emacs/emacs.d/init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 8d82022..793a454 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1406,6 +1406,7 @@ modes. ("interaction" "i" :prefix) ("interactive" "i" :prefix) ("menu" "▤" :postfix) + ("ledger" "Ledger") ("mode" "") ("shell" "sh" :postfix))) (cyphejor-mode 1))) |