dotemacs/snippets/emacs-lisp-mode/read-current-buffer

5 lines
91 B
Plaintext

# -*- mode: snippet -*-
# name: read-current-buffer
# key: rcb
# --
(read (current-buffer))