diff --git a/config.org b/config.org index 9ccd126..a3c23f2 100644 --- a/config.org +++ b/config.org @@ -3574,8 +3574,9 @@ enable it for ~.beancount~ files. (let ((compilation-read-command nil)) (beancount--run "bean-report" (file-relative-name buffer-file-name) "bal"))) - ;; TODO make the following *work* - :bind (:map beancount-mode-map ("S-RET" . #'beancount-align-to-previous-number))) + (map! :map beancount-mode-map + :n "TAB" #'beancount-align-to-previous-number + :i "TAB" #'beancount-tab-dwim)) #+END_SRC # Local variables: