summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-04 07:44:06 +0300
committerThanos Apollo <[email protected]>2023-05-04 07:44:06 +0300
commitbc2b262e987d83e09f8b8727841d608c51bf410c (patch)
tree92f177439afb51f5c4e46883f465a8ac5974047e /emacs.org
parent4ee0d9d53951322e52aea2139b5325af5f4737cc (diff)
emacs: Add org-drill
Diffstat (limited to 'emacs.org')
-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")