diff --git a/init/core-editor.el b/init/core-editor.el index 45cc14799..0afb14842 100644 --- a/init/core-editor.el +++ b/init/core-editor.el @@ -87,10 +87,6 @@ (autopair-global-mode) (setq autopair-blink nil) -;;;#smartparens -; (require 'smartparens-config) -; (smartparens-global-mode t) - ;;;#anzu (global-anzu-mode) @@ -119,7 +115,7 @@ (setq recentf-max-menu-items 25) ;;;#yasnippet -(yas-global-mode -1) +(yas-global-mode t) ;;