From 32e48dc73d70a5d7a2a6b701c2162d00f2924fc5 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 2 May 2023 18:28:27 +0300 Subject: emacs: Add org-download --- emacs.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'emacs.org') 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") -- cgit v1.2.3