summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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