Skip to content

Commit

Permalink
Update repo URL for ledger-mode.
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 72e880ca733c3983fb0f1ea6653126cacb8da749
  • Loading branch information
jaccarmac committed Apr 13, 2015
1 parent 80350ab commit e66f1fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dot-emacs-dot-d.org
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,10 @@ Now, for some code.

#+NAME: ledger-mode
#+BEGIN_SRC emacs-lisp
(quse-package ledger-mode
(quse-package (ledger-mode :fetcher github
:repo "jaccarmac/ledger"
:branch "next"
:files ("lisp/*.el"))
:init (add-to-list 'auto-mode-alist
'("ledger/.*\\.dat\\'" . ledger-mode)))
#+END_SRC
Expand Down

0 comments on commit e66f1fd

Please sign in to comment.