Move ycm-smartparens fix to core-yasnippet.el
This commit is contained in:
parent
926544227f
commit
284b676934
2 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue