mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
Move modules/org/* back to lang/org
This commit is contained in:
11
modules/lang/org/autoload/evil.el
Normal file
11
modules/lang/org/autoload/evil.el
Normal file
@@ -0,0 +1,11 @@
|
||||
;;; lang/org/autoload/evil.el -*- lexical-binding: t; -*-
|
||||
;;;###if (featurep! :feature evil)
|
||||
|
||||
;; TODO +org-attach:find
|
||||
|
||||
;;;###autoload (autoload '+org-attach:uri "lang/org/autoload/evil" nil t)
|
||||
(evil-define-command +org-attach:uri (uri)
|
||||
"Downloads the file at URL and places an org link to it at the cursor."
|
||||
(interactive "<f>")
|
||||
(+org-attach/uri uri))
|
||||
|
Reference in New Issue
Block a user