Fix provided feature to match file/package name
For `require` to work correctly, the provided feature name must match the name of the file.
This commit is contained in:
parent
d7d442135b
commit
979b5b990a
1 changed files with 1 additions and 1 deletions
|
|
@ -293,6 +293,6 @@ Can indent, complete or align depending on context."
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(provide 'ledger)
|
(provide 'ledger-mode)
|
||||||
|
|
||||||
;;; ledger-mode.el ends here
|
;;; ledger-mode.el ends here
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue