Files
emacs/snippets/emacs-lisp-mode/with-current-buffer
2024-04-30 07:08:23 +02: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)