feature/file-templates: +file-templates--expand shouldn't be interactive
This commit is contained in:
parent
2d190fe0c5
commit
75585fa90f
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@
|
|||
|
||||
(defun +file-templates--expand (key &optional mode project-only)
|
||||
"Auto insert a snippet of yasnippet into new file."
|
||||
(interactive)
|
||||
(when (if project-only (doom-project-p) t)
|
||||
(require 'yasnippet)
|
||||
(unless yas-minor-mode (yas-minor-mode-on))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue