And When I type c-h m to list enabled minor modes there's no any mode which name contains bean/benacount
On Sunday, August 25, 2019 at 4:08:29 PM UTC+8, scliang wrote: > > 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/72d76f9d-63f3-4253-95b5-989cd2a5c99e%40googlegroups.com.
