diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-07-29 09:30:29 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-07-29 09:33:01 -0700 |
commit | db745df9bad42896ad71689aa538b841d9985b6d (patch) | |
tree | ae075731a2660dcd6c98ea3e6a167b0045111813 /.emacs.local.d | |
parent | 2d544720b95bbd7c03469948e84d67933a93cd72 (diff) |
emacs: remove beancount
Diffstat (limited to '.emacs.local.d')
-rw-r--r-- | .emacs.local.d/modes/beancount.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.emacs.local.d/modes/beancount.el b/.emacs.local.d/modes/beancount.el deleted file mode 100644 index ca5c7c6..0000000 --- a/.emacs.local.d/modes/beancount.el +++ /dev/null @@ -1,5 +0,0 @@ -(require 'beancount) - -;; Automatically open .beancount files in beancount-mode. -(add-to-list 'auto-mode-alist '("\\.beancount$" . beancount-mode)) - |