diff --git a/spacemacs b/spacemacs index 504ef7d..cb9da87 100644 --- a/spacemacs +++ b/spacemacs @@ -32,6 +32,7 @@ version-control scala latex + finance ) ;; List of additional packages that will be installed without being ;; wrapped in a layer. If you need some configuration for these @@ -219,7 +220,8 @@ layers configuration." ("," . preview-default-option-list) "]{preview}[2004/11/05]" "\\PreviewEnvironment{prooftree}"))) '(preview-scale-function 1.2) - '(ring-bell-function (quote ignore) t) '(scala-indent:align-forms t) '(scala-indent:align-parameters t) - '(scala-indent:default-run-on-strategy scala-indent:operator-strategy)) + '(scala-indent:default-run-on-strategy scala-indent:operator-strategy) + '(ledger-post-account-alignment-column 2) + '(ring-bell-function (quote ignore) t))