branch: elpa/beancount commit 2f743e62696d9828eccc9016ad14dab39814f08a Author: Daniele Nicolodi <dani...@grinta.net> Commit: Daniele Nicolodi <dani...@grinta.net>
Derive from prog-mode instead than from fundamental-mode Fixes #29. --- beancount.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beancount.el b/beancount.el index 810dbc8f49..b9e5f952df 100644 --- a/beancount.el +++ b/beancount.el @@ -344,7 +344,7 @@ from the open directive for the relevant account." st)) ;;;###autoload -(define-derived-mode beancount-mode fundamental-mode "Beancount" +(define-derived-mode beancount-mode prog-mode "Beancount" "A mode for Beancount files. \\{beancount-mode-map}"