Move files out of the repository
This commit is contained in:
parent
cd0ca780c8
commit
0937c3d331
4 changed files with 14 additions and 15 deletions
|
@ -1,2 +0,0 @@
|
|||
|
||||
nil
|
20
capture.el
20
capture.el
|
@ -11,7 +11,7 @@
|
|||
*** English
|
||||
%^{Word 1 (English)}
|
||||
*** Type
|
||||
%^{Word 1 type||masculine|feminine|plural|preterite}
|
||||
%^{Word 1 type||masculine|feminine|plural|preterite|collective}
|
||||
** 2 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
|
@ -21,7 +21,7 @@
|
|||
*** English
|
||||
%^{Word 2 (English)}
|
||||
*** Type
|
||||
%^{Word 2 type||masculine|feminine|plural|preterite}
|
||||
%^{Word 2 type||masculine|feminine|plural|preterite|collective}
|
||||
** 3 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
|
@ -31,7 +31,7 @@
|
|||
*** English
|
||||
%^{Word 3 (English)}
|
||||
*** Type
|
||||
%^{Word 3 type||masculine|feminine|plural|preterite}
|
||||
%^{Word 3 type||masculine|feminine|plural|preterite|collective}
|
||||
** 4 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
|
@ -41,7 +41,7 @@
|
|||
*** English
|
||||
%^{Word 4 (English)}
|
||||
*** Type
|
||||
%^{Word 4 type||masculine|feminine|plural|preterite}
|
||||
%^{Word 4 type||masculine|feminine|plural|preterite|collective}
|
||||
** 5 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
|
@ -51,7 +51,7 @@
|
|||
*** English
|
||||
%^{Word 5 (English)}
|
||||
*** Type
|
||||
%^{Word 5 type||masculine|feminine|plural|preterite}
|
||||
%^{Word 5 type||masculine|feminine|plural|preterite|collective}
|
||||
** 6 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
|
@ -61,7 +61,7 @@
|
|||
*** English
|
||||
%^{Word 6 (English)}
|
||||
*** Type
|
||||
%^{Word 6 type||masculine|feminine|plural|preterite}
|
||||
%^{Word 6 type||masculine|feminine|plural|preterite|collective}
|
||||
** 7 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
|
@ -71,7 +71,7 @@
|
|||
*** English
|
||||
%^{Word 7 (English)}
|
||||
*** Type
|
||||
%^{Word 7 type||masculine|feminine|plural|preterite}
|
||||
%^{Word 7 type||masculine|feminine|plural|preterite|collective}
|
||||
** 8 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
|
@ -81,7 +81,7 @@
|
|||
*** English
|
||||
%^{Word 8 (English)}
|
||||
*** Type
|
||||
%^{Word 8 type||masculine|feminine|plural|preterite}
|
||||
%^{Word 8 type||masculine|feminine|plural|preterite|collective}
|
||||
** 9 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
|
@ -91,7 +91,7 @@
|
|||
*** English
|
||||
%^{Word 9 (English)}
|
||||
*** Type
|
||||
%^{Word 9 type||masculine|feminine|plural|preterite}
|
||||
%^{Word 9 type||masculine|feminine|plural|preterite|collective}
|
||||
** 10 :drill:
|
||||
:PROPERTIES:
|
||||
:DRILL_CARD_TYPE: twosided
|
||||
|
@ -101,4 +101,4 @@
|
|||
*** English
|
||||
%^{Word 10 (English)}
|
||||
*** Type
|
||||
%^{Word 10 type||masculine|feminine|plural|preterite}")))
|
||||
%^{Word 10 type||masculine|feminine|plural|preterite|collective}")))
|
||||
|
|
5
init.el
5
init.el
|
@ -257,7 +257,10 @@
|
|||
(load-file "~/.emacs.d/capture.el") ; capture templates stored here
|
||||
(setq org-capture-bookmark nil)
|
||||
|
||||
(use-package org-drill)
|
||||
(use-package org-drill
|
||||
:config
|
||||
(setq org-id-locations-file "~/Documents/drive/org/.org-id-locations")
|
||||
(setq persist--directory-location "~/Documents/drive/org/persist"))
|
||||
|
||||
(setq org-todo-keywords
|
||||
'((sequence "TODO" "|" "DONE" "CANCELLED")))
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
((1 (1.7000000000000002 . 3.44) (2.1799999999999997 . 3.72) (1.96 . 3.58) (2.5 . 4.0) (2.36 . 3.86) (2.6 . 4.14)))
|
Loading…
Add table
Add a link
Reference in a new issue