mirror of
https://github.com/tanrax/lirve.el.git
synced 2024-11-09 23:35:42 +01:00
Import verbs
This commit is contained in:
parent
860f142437
commit
0fbf1f0e3d
@ -12,8 +12,7 @@
|
|||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
;; Imports
|
;; Imports
|
||||||
(load-file "verbs.el")
|
(require 'learning-irregular-verbs-in-English--verbs)
|
||||||
(require 'verbs)
|
|
||||||
(require 'widget)
|
(require 'widget)
|
||||||
(eval-when-compile
|
(eval-when-compile
|
||||||
(require 'wid-edit))
|
(require 'wid-edit))
|
||||||
|
4
verbs.el
4
verbs.el
@ -1,5 +1,3 @@
|
|||||||
(provide 'verbs)
|
|
||||||
|
|
||||||
(defvar lire--verbs '(
|
(defvar lire--verbs '(
|
||||||
(
|
(
|
||||||
(infinitive . "beat")
|
(infinitive . "beat")
|
||||||
@ -601,3 +599,5 @@
|
|||||||
(past-participle . "written")
|
(past-participle . "written")
|
||||||
(translations
|
(translations
|
||||||
(es . "escribir")))))
|
(es . "escribir")))))
|
||||||
|
|
||||||
|
(provide 'learning-irregular-verbs-in-English--verbs)
|
||||||
|
Loading…
Reference in New Issue
Block a user