diff --git a/modules/lang/beancount/config.el b/modules/lang/beancount/config.el index 536589741..f2bd360f1 100644 --- a/modules/lang/beancount/config.el +++ b/modules/lang/beancount/config.el @@ -35,7 +35,7 @@ :localleader "b" #'+beancount/balance "c" #'beancount-check - "s" #'+beancount/occur + "S" #'+beancount/occur "l" #'beancount-linked "q" #'beancount-query "x" #'beancount-context @@ -44,4 +44,7 @@ "C" #'+beancount/clone-this-transaction "a" #'beancount-insert-account "p" #'beancount-insert-prices - "d" #'beancount-insert-date))) + "d" #'beancount-insert-date) + (:prefix ("s" . "sort") + "r" #'+beancount/sort-region + "b" #'+beancount/sort-buffer)))