;; Added by Package.el. This must come before configurations of
;; installed packages. Don't delete this line. If you don't want it,
;; just comment it out by adding a semicolon to the start of the line.
;; You may delete these explanatory comments.
(package-initialize)
;; Tell emacs where is your personal elisp lib dir
(add-to-list 'load-path "~/eplug/")
(reqiure 'beancount)
;; load the packaged named xyz.
(load "beancount") ;; best not to include the ending “.el” or “.elc”