General cleanup

This commit is contained in:
Henrik Lissner 2016-04-08 14:07:16 -04:00
parent dc402f654e
commit ae155a71a2
4 changed files with 14 additions and 4 deletions

View file

@ -122,5 +122,10 @@
(when (evil-visual-state-p)
(evil-normal-state))))
;;;###autoload
(defun narf/sp-point-is-template-p (id action context)
(and (sp-in-code-p id action context)
(sp-point-after-word-p id action context)))
(provide 'defuns-cc)
;;; defuns-cc.el ends here