First of all, thanks Martin Blais and all of the contributors to beancount. I am a emacs newbie. I am trying to use emacs as the beancount editor these days. Before that the editor is vs code.
What I have done: 1 download the beancount.el which from bitbucket. 2 copy that file to ~/eplug/ 3 write init.el the current content in init.el is: ;; Added by Package.el. This must come before configurations of ;; installed packages. Don't delete this line. If you don't want it, ;; just comment it out by adding a semicolon to the start of the line. ;; You may delete these explanatory comments. (package-initialize) ;; Tell emacs where is your personal elisp lib dir (add-to-list 'load-path "~/eplug/") (reqiure 'beancount) ;; load the packaged named xyz. (load "beancount") ;; best not to include the ending “.el” or “.elc” 4 start emacs with --debug-init and no error then try to open 201908.beancount or 201908.bean with emacs there is no highlight. -- 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/8e677c0f-fe9c-42de-beb8-19ca349f7b3f%40googlegroups.com.
