Make yasnippet global

This commit is contained in:
Henrik Lissner 2014-07-17 05:25:56 -04:00
parent 4702d215c4
commit b89603bf2d

View File

@ -87,10 +87,6 @@
(autopair-global-mode) (autopair-global-mode)
(setq autopair-blink nil) (setq autopair-blink nil)
;;;#smartparens
; (require 'smartparens-config)
; (smartparens-global-mode t)
;;;#anzu ;;;#anzu
(global-anzu-mode) (global-anzu-mode)
@ -119,7 +115,7 @@
(setq recentf-max-menu-items 25) (setq recentf-max-menu-items 25)
;;;#yasnippet ;;;#yasnippet
(yas-global-mode -1) (yas-global-mode t)
;; ;;