Addendum: my current emacs config looks like this:
(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\\'" . org-mode)) ; set major mode
(add-hook 'find-file-hook ; set minor mode
(lambda ()
(when (string= (file-name-extension buffer-file-name) "bct")
(beancount-mode +1))))
--
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/561eb5b9-9204-4d97-8379-ac50a5fd1e92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.