Add better header for #emacs beancount config

This commit is contained in:
Colin Powell
2020-03-26 00:03:07 -04:00
parent f39bdaa970
commit 939d5ed8f9

View File

@ -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 "Update Mastodon timeline" "u" #'mastodon-tl--update
:desc "Toot to Mastodon" "t" #'mastodon-toot)) :desc "Toot to Mastodon" "t" #'mastodon-toot))
#+END_SRC #+END_SRC
* Unprocessed * Beancount
Use Emacs and plain text files for your accounting!
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(load! "beancount") (load! "beancount")
(require 'beancount) (require 'beancount)