aboutsummaryrefslogtreecommitdiffstats
path: root/oni-elisp/snippets/emacs-lisp-mode/cookie
blob: 6fafd3c4376f393db40288fc21e2b623286a3cda (plain)
1
2
3
4
5
# -*- mode: snippet -*-
# name: with-eval-after-load-cookie
# key: cookie
# --
;;;###autoload(with-eval-after-load '${1:`(string-remove-prefix "oni-" (string-remove-suffix ".el" (buffer-name)))`-mode} (require '`(string-remove-suffix ".el" (buffer-name))`))