2018-01-10 03:56:51 +01:00
( org-babel-load-file " ~/.emacs.d/config.org " )
2020-12-14 04:57:42 +01:00
( custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
2021-01-12 11:18:49 +01:00
' ( auth-source-save-behavior nil )
2022-04-08 13:16:17 +02:00
' ( ledger-reports
' ( ( " privatausgaben " " %(binary) -f %(ledger-file) reg Girokonto and not expr 'any(account =~ /Unternehmenskosten|Versicherung|Wohnungskosten|Gemeinschaftskonto|LiviaE/)' and not @Umbuchung and not @Kleingeld --period 'this month' " )
( " bal " " %(binary) -f %(ledger-file) bal " )
( " reg " " %(binary) -f %(ledger-file) reg " )
( " payee " " %(binary) -f %(ledger-file) reg @%(payee) " )
( " account " " %(binary) -f %(ledger-file) reg %(account) " ) ) )
2022-01-24 05:01:04 +01:00
' ( org-export-backends ' ( ascii html latex md odt ) )
2020-12-14 04:57:42 +01:00
' ( package-selected-packages
2021-10-20 14:14:29 +02:00
' ( auctex-latexmk flycheck-rust ansible yasnippet use-package theme-magic rainbow-mode rainbow-delimiters ox-twbs ox-reveal ox-hugo org-bullets no-littering moe-theme magit ivy-prescient htmlize god-mode go-mode flycheck evil-collection diminish counsel company auctex ) ) )
2020-12-14 04:57:42 +01:00
( custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)