Remove keyword keys to standardize strings as keys convention

This commit is contained in:
2026-01-03 22:15:42 -05:00
parent 0204a521b9
commit e15628b20a
3 changed files with 20 additions and 19 deletions

View File

@@ -18,5 +18,4 @@
(map 'vector func vec))
(defun string-to-hash-table-key (s)
(let ((k2 (string-upcase (string-replace " " s ""))))
(intern k2 :keyword)))
(string-replace " " s ""))