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,4 +1,4 @@
|
||||||
;;; emacs/org/autoload/attach.el
|
;;; lang/org/autoload/attach.el
|
||||||
|
|
||||||
(defun doom--org-attach-icon (path)
|
(defun doom--org-attach-icon (path)
|
||||||
(char-to-string (pcase (downcase (f-ext path))
|
(char-to-string (pcase (downcase (f-ext path))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
;;; emacs/org/autoload/capture.el
|
;;; lang/org/autoload/capture.el
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +org/capture (&optional template string)
|
(defun +org/capture (&optional template string)
|
||||||
|
|
|
@ -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)
|
(evil-define-operator +org:capture (&optional beg end bang)
|
||||||
"Send a selection to `doom/org-capture'."
|
"Send a selection to `doom/org-capture'."
|
||||||
:move-point nil :type inclusive
|
:move-point nil :type inclusive
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
(buffer-substring beg end)
|
(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)
|
(evil-define-command +org:attach (&optional uri)
|
||||||
(interactive "<a>")
|
(interactive "<a>")
|
||||||
(unless (eq major-mode 'org-mode)
|
(unless (eq major-mode 'org-mode)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
;;; emacs/org/autoload/org.el
|
;;; lang/org/autoload/org.el
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +org/indent ()
|
(defun +org/indent ()
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
;;; emacs/org/autoload/util.el
|
;;; lang/org/autoload/util.el
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +org-get-property (name &optional file)
|
(defun +org-get-property (name &optional file)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue