me
/
guix
Archived
1
0
Fork 0

gnu: emacs-cmake-font-lock: Use G-expressions.

* gnu/packages/emacs-xyz.scm (emacs-cmake-font-lock)[arguments]<#:include>:
Use G-expressions.
Nicolas Goaziou 2022-02-28 11:18:31 +01:00
parent 600125132f
commit f4dd1d2d91
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -23958,7 +23958,7 @@ indentation and a command to plot the file.")
(native-inputs
(list emacs-faceup))
(arguments
`(#:include (cons "^admin\\/" %default-include)))
(list #:include #~(cons "^admin\\/" %default-include)))
(home-page "https://github.com/Lindydancer/cmake-font-lock")
(synopsis "Advanced type-aware syntax-highlighting for CMake")
(description "This package highlights function arguments in CMake