Update ledger-mode's "Quick Installation" docs

* Change quote character to '
* Fix indentation
* Load "ledger-mode" rather than "ldg-new"
This commit is contained in:
Mike Neilsen 2013-09-21 09:53:10 -05:00
parent d30c3fb869
commit 5bd97a9dbd

View file

@ -118,10 +118,10 @@ initialization file (@file{~/.emacs}, @file{~/.emacs.d/init.el}, or
@file{~/.Aquamacs/Preferences.el}).
@lisp
(add-to-list load-path
(expand-file-name "/path/to/ledger/source/lisp/"))
(load "ldg-new")
(add-to-list auto-mode-alist ("\\.ledger$" . ledger-mode))
(add-to-list 'load-path
(expand-file-name "/path/to/ledger/source/lisp/"))
(load "ledger-mode")
(add-to-list 'auto-mode-alist '("\\.ledger$" . ledger-mode))
@end lisp
This sets up Emacs to automatically recognize files that end with