File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments