Add ‘depends-on-git’ emacs-lisp snippet
This commit is contained in:
parent
fb371a5dd9
commit
8b92d54baf
1 changed files with 5 additions and 0 deletions
5
oni-elisp/snippets/emacs-lisp-mode/depends-on-git
Normal file
5
oni-elisp/snippets/emacs-lisp-mode/depends-on-git
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: depends-on-git
|
||||
# key: do
|
||||
# --
|
||||
(depends-on "$1" :git "../" :files ("$1.el"))$0
|
Loading…
Reference in a new issue