Add: Customization group
This commit is contained in:
parent
62878f5d9f
commit
6aeb3030c6
3 changed files with 10 additions and 1 deletions
|
|
@ -95,6 +95,13 @@ hash table, keyed by arguments passed to
|
|||
"Plist of predicates, their corresponding functions, and their docstrings.
|
||||
This list should not contain any duplicates.")
|
||||
|
||||
;;;; Customization
|
||||
|
||||
(defgroup org-ql nil
|
||||
"Customization for `org-ql'."
|
||||
:group 'org
|
||||
:link '(url-link "https://github.com/alphapapa/org-ql"))
|
||||
|
||||
;;;; Macros
|
||||
|
||||
(cl-defmacro org-ql--defpred (name args docstring &rest body)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue