diff options
author | Thanos Apollo <[email protected]> | 2023-05-02 18:28:27 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-05-02 18:28:27 +0300 |
commit | 32e48dc73d70a5d7a2a6b701c2162d00f2924fc5 (patch) | |
tree | 6afbfb82b3c681b5ed9cb04f96ac89a07b5530a3 | |
parent | f6f19e0815337a143656e0d5c1c5899202921d69 (diff) |
emacs: Add org-download
-rwxr-xr-x | emacs.org | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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") |