mirror of
https://github.com/SqrtMinusOne/biome.git
synced 2025-12-10 14:35:13 +03:00
This commit is contained in:
parent
ddefc33ef5
commit
b26c0a6ec5
2 changed files with 2 additions and 2 deletions
|
|
@ -956,7 +956,7 @@ SUFFIXES is a list of suffix definitions."
|
||||||
suffixes
|
suffixes
|
||||||
(cl-mapcan (lambda (s) (transient--parse-child 'tsc-dynamic-layout s)))
|
(cl-mapcan (lambda (s) (transient--parse-child 'tsc-dynamic-layout s)))
|
||||||
(mapcar #'eval)
|
(mapcar #'eval)
|
||||||
(put name 'transient--layout)))
|
(transient--set-layout name)))
|
||||||
|
|
||||||
(defun biome-query--section-groups (section)
|
(defun biome-query--section-groups (section)
|
||||||
"Get list of groups for SECTION, e.g. hourly, daily, etc."
|
"Get list of groups for SECTION, e.g. hourly, daily, etc."
|
||||||
|
|
|
||||||
2
biome.el
2
biome.el
|
|
@ -5,7 +5,7 @@
|
||||||
;; Author: Korytov Pavel <thexcloud@gmail.com>
|
;; Author: Korytov Pavel <thexcloud@gmail.com>
|
||||||
;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
|
;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
|
||||||
;; Version: 0.3.0
|
;; Version: 0.3.0
|
||||||
;; Package-Requires: ((emacs "27.1") (transient "0.3.7") (ct "0.2") (request "0.3.3") (compat "29.1.4.1"))
|
;; Package-Requires: ((emacs "27.1") (transient "0.9.2") (ct "0.2") (request "0.3.3") (compat "29.1.4.1"))
|
||||||
;; Homepage: https://github.com/SqrtMinusOne/biome
|
;; Homepage: https://github.com/SqrtMinusOne/biome
|
||||||
;; Published-At: 2023-07-22
|
;; Published-At: 2023-07-22
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue