Merge pull request #211 from mneilsen/master

Update ledger-mode's "Quick Installation" docs
This commit is contained in:
John Wiegley 2013-09-23 03:50:52 -07:00
commit 36ea8a4fba

View file

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