I see beancount-mode is now a major mode?  So I amended my config to the 
following:

  (add-to-list 'load-path 
"~/enc/src/bitbucket/blais/beancount/editors/emacs")
  ;;(add-to-list 'load-path "/usr/local/elisp")
  (require 'beancount)
  (add-to-list 'auto-mode-alist '("\\.bct\\'" . beancount-mode))  ; set 
major mode

Now no more debugger.  TAB only performs completion, however, which doesn't 
help a lot -- but I'll start on the other config changes mentioned at the 
start of the thread to try getting around that.  Baby steps....

-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/2213be0f-235a-4ec9-a7ca-bc17dcec1ad7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to