summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-01-05 21:26:23 -0600
committerBlaise Thompson <blaise@untzag.com>2020-01-05 21:26:23 -0600
commitdcf980b49e24b72edcde9f3acda066b1f0216cc1 (patch)
tree53743892f8411f0b8e9a57397ff5da64a2c0f756
parent232f9a60dcda4173429d2cb70e00330efae79e2a (diff)
2020-01-05 21:26
-rw-r--r--emacs/init.el15
1 files changed, 14 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index e3fa822..833bc76 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -3,7 +3,20 @@
;; 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.
-)
+ '(ledger-reports
+ (quote
+ (("test" "ledger bal")
+ ("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)"))))
+ '(org-agenda-files
+ (quote
+ ("/home/blaise/org/agenda.org" "/home/blaise/org/anniversaries.org" "/home/blaise/org/repeat.org" "/home/blaise/org/todo.org")))
+ '(package-selected-packages
+ (quote
+ (exec-path-from-shell ledger-mode evil-ledger ## ledger-import treemacs-evil treemacs avy move-text es-lib helm-flyspell flycheck which-key helm-swoop evil-leader helm spaceline evil use-package)))
+ '(send-mail-function (quote sendmail-send-it)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.