First commit.
This commit is contained in:
11
lisp/lib/string.el
Normal file
11
lisp/lib/string.el
Normal file
@@ -0,0 +1,11 @@
|
||||
;;; string.el --- Emacs string functions. -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
(defmacro with-face (str &rest properties)
|
||||
"Print STR using PROPERTIES."
|
||||
`(propertize ,str 'face (list ,@properties)))
|
||||
|
||||
|
||||
(provide 'lib/string)
|
||||
;;; string.el ends here
|
Reference in New Issue
Block a user