lang/org: fix doc headers + autoload cookies
This commit is contained in:
parent
f3f70aee88
commit
97a7194c36
5 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; emacs/org/autoload/evil.el
|
||||
;;; lang/org/autoload/evil.el
|
||||
|
||||
;;;###autoload (autoload '+org:capture "emacs/org/autoload/evil" nil t)
|
||||
;;;###autoload (autoload '+org:capture "lang/org/autoload/evil" nil t)
|
||||
(evil-define-operator +org:capture (&optional beg end bang)
|
||||
"Send a selection to `doom/org-capture'."
|
||||
:move-point nil :type inclusive
|
||||
|
@ -10,7 +10,7 @@
|
|||
(buffer-substring beg end)
|
||||
"")))
|
||||
|
||||
;;;###autoload (autoload '+org:attach "emacs/org/autoload/evil" nil t)
|
||||
;;;###autoload (autoload '+org:attach "lang/org/autoload/evil" nil t)
|
||||
(evil-define-command +org:attach (&optional uri)
|
||||
(interactive "<a>")
|
||||
(unless (eq major-mode 'org-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue