diff options
Diffstat (limited to 'src/wasp-user-stats.el')
| -rw-r--r-- | src/wasp-user-stats.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wasp-user-stats.el b/src/wasp-user-stats.el index 285754f8..74c320aa 100644 --- a/src/wasp-user-stats.el +++ b/src/wasp-user-stats.el @@ -71,5 +71,9 @@ (w/user-ensure-faction) (w/user-ensure-element)) +(defun w/user-stats-update-color (color) + "Ensure that COLOR is set for the current user." + (setf (alist-get :color w/user-current) color)) + (provide 'wasp-user-stats) ;;; wasp-user-stats.el ends here |
