Browse Source

minor beancount fix

master
Marc 1 year ago
parent
commit
4255a210f1
1 changed files with 1 additions and 1 deletions
  1. 2
      user-global/elisp/beancount.el

2
user-global/elisp/beancount.el

@ -733,7 +733,7 @@ Optionally also look at data in selected FILES."
;; source https://github.com/debanjum/company-ledger/blob/master/company-ledger.el ;; source https://github.com/debanjum/company-ledger/blob/master/company-ledger.el
;; TODO reverse list, newest one first ;; TODO reverse list, newest one first
;; current workaround: keyword and year ;; current workaround: keyword and year
((beancount-looking-at "^[A-za-z ]+" 0 pos)
((beancount-looking-at "^[A-za-z]+[A-za-z00-9 ]" 0 pos)
(list (match-beginning 0) (match-end 0) (list (match-beginning 0) (match-end 0)
; (lambda (c) (company-ledger--fuzzy-word-match arg c)) ; (lambda (c) (company-ledger--fuzzy-word-match arg c))
(company-ledger--get-all-postings))) (company-ledger--get-all-postings)))

Loading…
Cancel
Save