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

5 lines
91 B
Plaintext
Raw Normal View History

2022-01-14 16:29:48 +00:00
# -*- mode: snippet -*-
# name: read-current-buffer
# key: rcb
# --
(read (current-buffer))