New issue 412: Where is the minor mode for emacs?
https://bitbucket.org/blais/beancount/issues/412/where-is-the-minor-mode-for-emacs
Sven:
I'm not able to get beancount emcas mode and orgmode running at the same time.
I tried to add the following to `~/.emacs`:
```
(add-to-list 'load-path "/usr/elisp/")
(require 'beancount)
(add-to-list 'auto-mode-alist '("\.beancount\'" . beancount-mode))
```
And my beancount file starts with:
```
;; -*- mode: org; mode: beancount; coding: utf-8; fill-column: 400; -*-
```
Beancount works as expected. However, orgmode is not applied. If I remove
`~/.emacs` orgmode works as expected, but not beancount.
After fiddeling around I recognized that in
[https://bitbucket.org/blais/beancount/src/tip/editors/emacs/beancount.el](https://bitbucket.org/blais/beancount/src/tip/editors/emacs/beancount.el)
it is tsatet, that it is an major mode. The documentation tells it is an minor
mode and also on the Github mirror I found the file mentioning minor mode:
[https://github.com/beancount/beancount/blob/master/editors/emacs/beancount.el](https://github.com/beancount/beancount/blob/master/editors/emacs/beancount.el)
So my question is, how do I get orgmode and beancount mode working together?
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/beancount/20191211100456.3363.55826%40celery-worker-112.ash1.bb-inf.net.