Skip to content

Commit ac2bbe6

Browse files
committed
missing string escape
1 parent e39bda6 commit ac2bbe6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2327,7 +2327,7 @@ Show either the child's description or a default if no child is selected."
23272327
(propertize
23282328
(format "(%s)" (tsc--layout-child-desc value-object))
23292329
'face 'transient-value)
2330-
(propertize "¯\_(ツ)_/¯" 'face 'transient-inactive-value)))
2330+
(propertize "¯\\_(ツ)_/¯" 'face 'transient-inactive-value)))
23312331
23322332
;; Now that we have our class defined, we can create an infix the usual
23332333
;; way, just specifying our class

transient-showcase.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ Show either the child's description or a default if no child is selected."
12801280
(propertize
12811281
(format "(%s)" (tsc--layout-child-desc value-object))
12821282
'face 'transient-value)
1283-
(propertize "¯\_(ツ)_/¯" 'face 'transient-inactive-value)))
1283+
(propertize "¯\\_(ツ)_/¯" 'face 'transient-inactive-value)))
12841284

12851285
;; Now that we have our class defined, we can create an infix the usual
12861286
;; way, just specifying our class

transient-showcase.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2091,7 +2091,7 @@ This example is a bit intimidating because the serialized value we are storing a
20912091
(propertize
20922092
(format "(%s)" (tsc--layout-child-desc value-object))
20932093
'face 'transient-value)
2094-
(propertize "¯\_(ツ)_/¯" 'face 'transient-inactive-value)))
2094+
(propertize "¯\\_(ツ)_/¯" 'face 'transient-inactive-value)))
20952095

20962096
;; Now that we have our class defined, we can create an infix the usual
20972097
;; way, just specifying our class

0 commit comments

Comments
 (0)