From b89603bf2dd0a16d5190fdc8eab162d331384eb9 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 17 Jul 2014 05:25:56 -0400 Subject: [PATCH] Make yasnippet global --- init/core-editor.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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) ;;