summaryrefslogtreecommitdiffhomepage
path: root/org.org
diff options
context:
space:
mode:
Diffstat (limited to 'org.org')
-rw-r--r--org.org13
1 files changed, 0 insertions, 13 deletions
diff --git a/org.org b/org.org
index cddd898..a6c078d 100644
--- a/org.org
+++ b/org.org
@@ -195,19 +195,6 @@
t))
#+END_SRC
-* Org download
-
- #+begin_src emacs-lisp
- (use-package org-download
- :ensure t
- :after org
- :init (setq org-download-screenshot-method "import %s")
- :bind
- (:map org-mode-map
- (("C-c S" . org-download-screenshot)
- ("C-c I" . org-download-yank))))
- #+end_src
-
* Notes
#+begin_src emacs-lisp
(use-package jao-org-notes