mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Delete defuns-smartparens.el (fix #15)
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user