emacs/snippets/emacs-lisp-mode/goto-char

7 lines
124 B
Plaintext

# -*- mode: snippet -*-
# contributor: Xah Lee (XahLee.org)
# name: goto-char
# key: goto-char
# key: gc
# --
(goto-char $0)