We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0143ef commit 8f06415Copy full SHA for 8f06415
ledger-complete.el
@@ -146,7 +146,8 @@ Then one of the elements this function returns will be
146
;; probably don't want accounts from postings, just those declared
147
;; with directives. But the name is a little misleading. Should we
148
;; make a ledger-mode-be-pedantic and use that instead?
149
- (bound-and-true-p ledger-flymake-be-pedantic)
+ (or (bound-and-true-p ledger-flymake-be-pedantic)
150
+ (bound-and-true-p flycheck-ledger-pedantic))
151
(ledger-xact-iterate-transactions
152
(lambda (_pos _date _state _payee)
153
(let ((end (save-excursion (ledger-navigate-end-of-xact))))
0 commit comments