Merge pull request #211 from mneilsen/master
Update ledger-mode's "Quick Installation" docs
This commit is contained in:
commit
36ea8a4fba
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue