lang/org: fix doc headers + autoload cookies

This commit is contained in:
Henrik Lissner 2017-02-23 12:32:15 -05:00
parent f3f70aee88
commit 97a7194c36
5 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
;;; emacs/org/autoload/attach.el
;;; lang/org/autoload/attach.el
(defun doom--org-attach-icon (path)
(char-to-string (pcase (downcase (f-ext path))

View File

@ -1,4 +1,4 @@
;;; emacs/org/autoload/capture.el
;;; lang/org/autoload/capture.el
;;;###autoload
(defun +org/capture (&optional template string)

View File

@ -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)

View File

@ -1,4 +1,4 @@
;;; emacs/org/autoload/org.el
;;; lang/org/autoload/org.el
;;;###autoload
(defun +org/indent ()

View File

@ -1,4 +1,4 @@
;;; emacs/org/autoload/util.el
;;; lang/org/autoload/util.el
;;;###autoload
(defun +org-get-property (name &optional file)