Move ycm-smartparens fix to core-yasnippet.el

This commit is contained in:
Henrik Lissner 2015-12-27 02:51:05 -05:00
parent 926544227f
commit 284b676934
2 changed files with 5 additions and 6 deletions

View file

@ -218,11 +218,7 @@ enable multiple minor modes for the same regexp.")
(sp-local-pair "{{!--" "--}}" :post-handlers '(("||\n[i]" "RET") ("| " "SPC")))
(sp-local-pair "<%" "%>" :post-handlers '(("||\n[i]" "RET") ("| " "SPC")))
(sp-local-pair "{!!" "!!}" :post-handlers '(("||\n[i]" "RET") ("| " "SPC")))
(sp-local-pair "{#" "#}" :post-handlers '(("||\n[i]" "RET") ("| " "SPC"))))
;; (after! yasnippet
;; (advice-add 'yas-expand :before 'sp-remove-active-pair-overlay))
)
(sp-local-pair "{#" "#}" :post-handlers '(("||\n[i]" "RET") ("| " "SPC")))))
(use-package help-fns+ ; Improved help commands
:commands (describe-buffer describe-command describe-file