diff options
author | Leon Rische <leon.rische@me.com> | 2020-05-30 00:22:12 +0200 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2020-05-30 00:22:52 +0200 |
commit | 6f9642a2c9f76037d1344616e77d3ebf2fb6ca81 (patch) | |
tree | febd9ee26d7c82e04729636d7b5d059a20ecae08 /org-fc.el | |
parent | 91887a89fb732fac80f53fe9e2786b06f1583e84 (diff) |
Remove unused double-card hole regex
Cloze cards are a better fit for this type of flashcard.
Diffstat (limited to 'org-fc.el')
-rw-r--r-- | org-fc.el | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -603,9 +603,6 @@ Argument UPDATE-FN Function to update a card when it's contents have changed." ;;;; Double -(defvar org-fc-type-double-hole-re - (rx "{{" (group (* (not (any "}")))) "}}")) - (defvar org-fc-type-double--overlay '()) (defun org-fc-type-double-init () |