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). -- 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/20180915135152.35284.51030%40celery-worker-107.ash1.bb-inf.net. For more options, visit https://groups.google.com/d/optout.
