summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Neilsen <mneilsen@acm.org>2013-09-21 09:53:10 -0500
committerMike Neilsen <mneilsen@acm.org>2013-09-21 09:54:49 -0500
commit5bd97a9dbd3b6aa977bbd1ae6aa590051f4b5e23 (patch)
tree4d675b56e92a4b22e502856f121a225925f34e47 /doc
parentd30c3fb869b8c4f7740eefec573fadedbe21b7d1 (diff)
downloadfork-ledger-5bd97a9dbd3b6aa977bbd1ae6aa590051f4b5e23.tar.gz
fork-ledger-5bd97a9dbd3b6aa977bbd1ae6aa590051f4b5e23.tar.bz2
fork-ledger-5bd97a9dbd3b6aa977bbd1ae6aa590051f4b5e23.zip
Update ledger-mode's "Quick Installation" docs
* Change quote character to ' * Fix indentation * Load "ledger-mode" rather than "ldg-new"
Diffstat (limited to 'doc')
-rw-r--r--doc/ledger-mode.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ledger-mode.texi b/doc/ledger-mode.texi
index 3e87d090..8ab8e11d 100644
--- a/doc/ledger-mode.texi
+++ b/doc/ledger-mode.texi
@@ -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