dotemacs/snippets/emacs-lisp-mode/find-file-noselect

5 lines
100 B
Plaintext
Raw Normal View History

2022-01-14 16:29:48 +00:00
# -*- mode: snippet -*-
# name: find-file-noselect
# key: ffns
# --
(find-file-noselect ${1:file})$0