summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/main.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index ff3c53f..fbd6e9c 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -1568,11 +1568,14 @@ With two prefix arguments, write out the day and month name."
     (add-to-list 'load-path (expand-file-name "editors/emacs/"
                                               beancount-dir))
     (use-package beancount
-      :defines (beancount-use-ido)
+      :defines (beancount-use-ido
+                beancount-mode-map
+                beancount-mode-map-prefix)
       :commands beancount-mode
       :bind (:map beancount-mode-map
                   ("C-c d" . insert-date))
-      :config (setq beancount-use-ido nil))))
+      :config (setq beancount-use-ido nil
+                    beancount-mode-map-prefix (kbd ", a")))))
 
 ;;;;; Markdown