(setq my-table (make-hash-table :test 'equal)) (puthash "key" 123 my-table)