summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-02 18:28:27 +0300
committerThanos Apollo <[email protected]>2023-05-02 18:28:27 +0300
commit32e48dc73d70a5d7a2a6b701c2162d00f2924fc5 (patch)
tree6afbfb82b3c681b5ed9cb04f96ac89a07b5530a3 /emacs.org
parentf6f19e0815337a143656e0d5c1c5899202921d69 (diff)
emacs: Add org-download
Diffstat (limited to 'emacs.org')
-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")