Skip to content

Commit 22720e0

Browse files
committed
emacs-lisp-mode: hash -> make-hash-table
1 parent 75130e6 commit 22720e0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

snippets/emacs-lisp-mode/hash

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# -*- mode: snippet -*-
2+
# name: hash
3+
# key: mht
4+
# --
5+
(make-hash-table${1: :test '${2:equal}})

0 commit comments

Comments
 (0)