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 4f55d35 commit d2fbf3aCopy full SHA for d2fbf3a
ledger-complete.el
@@ -145,7 +145,8 @@ Then one of the elements this function returns will be
145
;; probably don't want accounts from postings, just those declared
146
;; with directives. But the name is a little misleading. Should we
147
;; make a ledger-mode-be-pedantic and use that instead?
148
- (bound-and-true-p ledger-flymake-be-pedantic)
+ (or (bound-and-true-p ledger-flymake-be-pedantic)
149
+ (bound-and-true-p flycheck-ledger-pedantic))
150
(goto-char (point-min))
151
(while (re-search-forward ledger-account-name-or-directive-regex nil t)
152
(let ((account (match-string-no-properties 1)))
0 commit comments