diff --git a/emacs/.config/doom/config.org b/emacs/.config/doom/config.org index 9642027..bde6e03 100644 --- a/emacs/.config/doom/config.org +++ b/emacs/.config/doom/config.org @@ -399,7 +399,9 @@ There's gotta be a way to get the token out of password-store for this. :desc "Update Mastodon timeline" "u" #'mastodon-tl--update :desc "Toot to Mastodon" "t" #'mastodon-toot)) #+END_SRC -* Unprocessed +* Beancount +Use Emacs and plain text files for your accounting! + #+BEGIN_SRC emacs-lisp (load! "beancount") (require 'beancount)