General cleanup
This commit is contained in:
parent
dc402f654e
commit
ae155a71a2
4 changed files with 14 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue