Delete defuns-smartparens.el (fix #15)
This commit is contained in:
parent
ba4cdb6ced
commit
ff191869d7
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
;;; defuns-smartparens.el
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/sp-insert-yasnippet (id action context)
|
||||
(forward-char -1)
|
||||
(if (sp-point-after-bol-p id action context)
|
||||
(yas-expand-from-trigger-key)
|
||||
(forward-char)))
|
||||
|
||||
(provide 'defuns-smartparens)
|
||||
;;; defuns-smartparens.el ends here
|
Loading…
Add table
Add a link
Reference in a new issue