Files
emacs/lisp/yasnippet-snippets/snippets/emacs-lisp-mode/with-current-buffer
2020-12-05 21:29:49 +01:00

7 lines
155 B
Plaintext

# -*- mode: snippet -*-
# contributor: Xah Lee (XahLee.org)
# name: with-current-buffer
# key: with-current-buffer
# key: wcb
# --
(with-current-buffer $0)