I edit my config enough I need an elisp src snippet

This commit is contained in:
tecosaur 2020-04-14 14:28:50 +08:00
parent 31c9ae0908
commit edfea17ec6
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# -*- mode: snippet -*-
# name: elisp src
# uuid: src_elisp
# key: <el
# condition: t
# --
#+BEGIN_SRC emacs-lisp
$1
#+END_SRC