New issue 333: The default keybindings of the Emacs package
https://bitbucket.org/blais/beancount/issues/333/the-default-keybindings-of-the-emacs
Akira Komamura:
beancount.el contains the default keybindings which are `C-c` + an alphabet (e.g. `C-c p`, but these keybindings conflict with my custom bindings. As far as I remember, it is discouraged to bind `C-c` + an alphabet in an Emacs package.
I will unbind these keys in my configuration anyway, but I think it should be the default. Alternatively, it is okay to bind keys like `C-c C-p`, but you probably don't want to do that, because they will conflict with keybindings for major modes (e.g., org-mode).