dotemacs/snippets/emacs-lisp-mode/with-slots

5 lines
97 B
Plaintext
Raw Normal View History

2022-01-14 16:29:48 +00:00
# -*- mode: snippet -*-
# name: with-slots
# key: ws
# --
(with-slots (${1:slots}) ${2:object})$0