diff options
-rwxr-xr-x | emacs.org | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,7 @@ Set backup fails at ~~/Trash~ Request the following packages: #+begin_src emacs-lisp (defconst my-package-list '(org-snooze + org-fc all-the-icons all-the-icons-dired all-the-icons-ivy-rich @@ -514,6 +515,7 @@ Hook with ~dired-mode~ #+begin_src emacs-lisp (require 'ox-md nil t) (require 'org-download) + (require 'org-drill) (setq org-directory "~/org/" org-agenda-files '("~/org/agenda.org") |