aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs-init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs-init.el b/emacs-init.el
index 498293cf..bf907661 100644
--- a/emacs-init.el
+++ b/emacs-init.el
@@ -245,7 +245,8 @@
(ledger-reconcile-default-commodity "€" "Make euros the default currency.")
(ledger-post-account-alignment-column 2 "Use 2-space indents.")
(ledger-post-amount-alignment-at :decimal "Align amounts at decimal points/commas.")
- (ledger-post-amount-alignment-column 52 "Align amounts' decimal points to the 52nd column."))
+ (ledger-post-amount-alignment-column 52 "Align amounts' decimal points to the 52nd column.")
+ (ledger-highlight-xact-under-point nil "Don't highlight the transaction at point."))
(use-package geiser
:after (evil)