summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xemacs.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.org b/emacs.org
index 01d7d56..1a04ab2 100755
--- a/emacs.org
+++ b/emacs.org
@@ -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")