Make sure ldg-new.el loads correctly
This commit is contained in:
parent
7f5c1c81a1
commit
d728e1364a
3 changed files with 8 additions and 3 deletions
|
|
@ -153,3 +153,4 @@
|
||||||
(if (re-search-backward "\\(\t\\| [ \t]\\)" nil t)
|
(if (re-search-backward "\\(\t\\| [ \t]\\)" nil t)
|
||||||
(goto-char (match-end 0))))))
|
(goto-char (match-end 0))))))
|
||||||
|
|
||||||
|
(provide 'ldg-complete)
|
||||||
|
|
|
||||||
|
|
@ -114,3 +114,4 @@ Return the difference in the format of a time value."
|
||||||
(let ((bounds (ledger-current-entry-bounds)))
|
(let ((bounds (ledger-current-entry-bounds)))
|
||||||
(delete-region (car bounds) (cdr bounds))))
|
(delete-region (car bounds) (cdr bounds))))
|
||||||
|
|
||||||
|
(provide 'ldg-mode)
|
||||||
|
|
|
||||||
|
|
@ -33,10 +33,13 @@
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
(require 'ldg-post)
|
(require 'ldg-post)
|
||||||
|
(require 'ldg-mode)
|
||||||
|
(require 'ldg-complete)
|
||||||
|
(require 'ldg-state)
|
||||||
|
|
||||||
(autoload #'ledger-mode "ldg-mode" nil t)
|
;(autoload #'ledger-mode "ldg-mode" nil t)
|
||||||
|
;(autoload #'ledger-fully-complete-entry "ldg-complete" nil t)
|
||||||
(autoload #'ledger-fully-complete-entry "ldg-complete" nil t)
|
;(autoload #'ledger-toggle-current "ldg-state" nil t)
|
||||||
|
|
||||||
(autoload #'ledger-texi-update-test "ldg-texi" nil t)
|
(autoload #'ledger-texi-update-test "ldg-texi" nil t)
|
||||||
(autoload #'ledger-texi-update-examples "ldg-texi" nil t)
|
(autoload #'ledger-texi-update-examples "ldg-texi" nil t)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue