Skip to content

Commit d135699

Browse files
committed
chore(org): Move org-web-tools to +org.el
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
1 parent bfa25df commit d135699

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doom/+org.el

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,7 @@
176176
org-download-abbreviate-filename-function #'file-relative-name)
177177
(setq org-download-link-format-function #'org-download-link-format-function-default))
178178
;; ;; End of Misc
179+
180+
;; A surprising package to turn URLs into org-mode
181+
(use-package! org-web-tools
182+
:after (org))

doom/config.el

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@
163163
(use-package! ast-grep
164164
:ensure t)
165165

166-
;; A surprising package to turn URLs into org-mode
167-
(use-package! org-web-tools
168-
:after (org))
169-
170166
;; TODO: give yankpad a try
171167
;; yankpad
172168
;; (use-package! yankpad :defer-incrementally t)

0 commit comments

Comments
 (0)