summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xemacs.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/emacs.org b/emacs.org
index 6c33238..c22e6b9 100755
--- a/emacs.org
+++ b/emacs.org
@@ -71,7 +71,8 @@ Request the following packages:
org-auto-tangle
slime
slime-company
- chatgpt))
+ chatgpt
+ org-download))
#+end_src
** Installation & activation
Set ~package-archives~, and install packages
@@ -387,7 +388,7 @@ Hook with ~dired-mode~
;; (setq eshell-prompt-function 'apollo-eshell-prompt)
;; (setq eshell-highlight-prompt t)
#+end_src
-* Org-mode Configuration
+* Org-mode
** org-make-toc
#+begin_src emacs-lisp
(add-hook 'org-mode-hook 'org-make-toc-mode)
@@ -510,6 +511,7 @@ Hook with ~dired-mode~
** Settings
#+begin_src emacs-lisp
(require 'ox-md nil t)
+ (require 'org-download)
(setq org-directory "~/org/"
org-agenda-files '("~/org/agenda.org")