spacemacs: ledger

This commit is contained in:
Gabriel Ebner 2015-09-03 09:17:05 +02:00
parent 0519a45da2
commit 6565f71bce
1 changed files with 4 additions and 2 deletions

View File

@ -32,6 +32,7 @@
version-control version-control
scala scala
latex latex
finance
) )
;; List of additional packages that will be installed without being ;; List of additional packages that will be installed without being
;; wrapped in a layer. If you need some configuration for these ;; wrapped in a layer. If you need some configuration for these
@ -219,7 +220,8 @@ layers configuration."
("," . preview-default-option-list) ("," . preview-default-option-list)
"]{preview}[2004/11/05]" "\\PreviewEnvironment{prooftree}"))) "]{preview}[2004/11/05]" "\\PreviewEnvironment{prooftree}")))
'(preview-scale-function 1.2) '(preview-scale-function 1.2)
'(ring-bell-function (quote ignore) t)
'(scala-indent:align-forms t) '(scala-indent:align-forms t)
'(scala-indent:align-parameters 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))