最新消息:

emacs 识别 .bean 文件

emacs niuge678 548浏览 0评论

问题

1、在新电脑上,发现 emacs 不识别.bean文件,这样,输入 Asset,按下 tab键,并不能把 Assets:Bank:CMB 提示出来,不方便使用。

解决方法

1、在~/wjsu/GitHub/dotfiles/06_emacs路径下,git clone https://github.com/beancount/beancount-mode

2、修改~/wjsu/GitHub/dotfiles/06_emacs/.spacemacs配置文件,添加下面三行:

(add-to-list 'load-path "~/wjsu/GitHub/dotfiles/06_emacs/beancount-mode")
(require 'beancount)
(add-to-list 'auto-mode-alist '("\\.bean\\'" . beancount-mode))

这里,需要注意,最后一行的.bean是文件后缀名(默认是.beancount)。

其他需要注意的地方

1、不一定按照https://github.com/beancount/beancount-mode里,一定把三行配置文件放到 ~/.emacs.d/init.el 里(放到.spacemacs里也行)。

转载请注明:牛哥678 » emacs 识别 .bean 文件

与本文相关的文章

  • 暂无相关文章!
发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址