diff options
author | Leon Rische <leon.rische@me.com> | 2020-05-24 20:28:46 +0200 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2020-05-24 20:29:13 +0200 |
commit | aacd42cb9fcdf57c947ec97af22c4e838d99dd01 (patch) | |
tree | 09d5981a6ed2ddd819aa7a7c1498ae65a8607b46 /org-fc.el | |
parent | e9ab693dbbd2f82d990bc5f48152547cc37e1ca4 (diff) |
Add trailing "/" to `org-fc-directories`
Diffstat (limited to 'org-fc.el')
-rw-r--r-- | org-fc.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ :group 'external :group 'text) -(defcustom org-fc-directories '("~/org") +(defcustom org-fc-directories '("~/org/") "Directories to search for flashcards." :type 'string :group 'org-fc) |