all repos — nixfiles @ 1196160bc1502e54fb3554259df8723d8bdb8c1c

System and user configuration, managed by nix and home-manager

Emacs: Add autoload for beancount-mode
Alan Pearce alan@alanpearce.eu
Wed, 13 Sep 2017 09:51:18 +0200
commit

1196160bc1502e54fb3554259df8723d8bdb8c1c

parent

04cdd29bdd9ecc2fc04b7082c297bd6a68770ce4

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -1809,6 +1809,7 @@ (add-to-list 'load-path (expand-file-name "editors/emacs/"                                               beancount-dir))
     (use-package beancount
       :defines (beancount-use-ido)
+      :commands beancount-mode
       :bind (:map beancount-mode-map
                   ("C-c d" . insert-date))
       :config (setq beancount-use-ido nil))))