dotemacs/snippets/emacs-lisp-mode/goto-char-point-min

5 lines
92 B
Plaintext
Raw Normal View History

2022-01-14 16:29:48 +00:00
# -*- mode: snippet -*-
# name: goto-char-point-min
# key: gcpm
# --
(goto-char (point-min))